COLOR #264159

HEX: #264159
RGB: (38,65,89)

Color info

#264159 contains red, green and blue colors in about the same proportion. Web safe color of #264159 is #333366 (or #336).

RGB color model

#264159 color RGB value is (38,65,89).

  • red value is 38;
  • green value is 65;
  • blue value is 89.
RGB:
(38,65,89)
(15%,25%,35%)

RGB channels and saturation

R 38 of 255 = 15%
G 65 of 255 = 25%
B 89 of 255 = 35%

38
65
89

R + G + B ~ 25%. #264159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 65 + 89 = 192 (100%)
R 38 of 192 ~ 19.79%
G 65 of 192 ~ 33.85%
B 89 of 192 ~ 46.35%

%19.79
%33.85
%46.35

CMYK color model

#264159 color CMYK value is (57,27,0,65).

  • cyan value is 57.30%
  • magenta value is 26.97%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(57,27,0,65)
C57M27Y0K65 
(57%,27%,0%,65%)
(0.57/0.27/0.00/0.65)	

CMYK percentages

%57.3
%26.97
%0
%65.1

Codes

Color #264159 in popluar color models

264159
RGB386589
HSL208°40.16%24.90%
HSB/HSV208°57.30%34.90%
CMYK57.30%26.97%0.00%
65.10%

Color #264159 in popluar number systems.

HEX264159
Decimal386589
Binary10011010000011011001
Octal46101131

Shades and tints

Shades of #264159

#264159
(38,65,89)
#233C51
(35,60,81)
#203749
(32,55,73)
#1D3241
(29,50,65)
#1A2D39
(26,45,57)
#172831
(23,40,49)
#142329
(20,35,41)
#111E21
(17,30,33)
#0E1919
(14,25,25)
#0B1411
(11,20,17)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #264159

#264159
(38,65,89)
#395268
(57,82,104)
#4C6377
(76,99,119)
#5F7486
(95,116,134)
#728595
(114,133,149)
#8596A4
(133,150,164)
#98A7B3
(152,167,179)
#ABB8C2
(171,184,194)
#BEC9D1
(190,201,209)
#D1DAE0
(209,218,224)
#E4EBEF
(228,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264159 color. Also use rgb(38,65,89) instead hex code.

Text Font Color

.myTextColor { color: #264159; }

<p style="color:#264159">This sample text font color is #264159.</p>

This text font color is #264159.


Background Color

.myBgColor { background-color: #264159; }

<div style="background-color:#264159">Inner text</div>

This div background color is #264159.


Border color

.myBorderColor { border: 1px solid #264159; }

<div style="border:3px solid #264159">Div</div>

This div border color is #264159.


Opacity

.myOpacity80 { color: #264159; opacity: 0.8; }

<p style="color:#264159;opacity:0.8;">80%</p>

Text with #264159 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #264159;}

<p style="text-shadow: 3px 3px 1px #264159">Text here.</p>

This text has shadow with #264159 color.

.textShadow {text-shadow: 3px 3px 1px #264159, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #264159, 5px 5px 20px red">Text here.</p>

This text has shadow with #264159 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#264159, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#264159, Direction=45, Strength=4)">Text</p>

This text has shadow with #264159 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #264159;
  -webkit-box-shadow:	1px 1px 3px 2px #264159;
  box-shadow:		1px 1px 3px 2px #264159;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #264159;
-webkit-box-shadow: 1px 1px 3px 2px #264159;
box-shadow:1px 1px 3px 2px #264159;">
Div content here</div>
This div box has shadow with color #264159.

Preview

Color preview on black background

This text has color #264159 on black background.


Color preview on white background

This text has color #264159 on white background.



Black color preview on #264159 background

This text has black color on #264159 background.


White color preview on #264159 background

This text has white color on #264159 background.