Html Css Color HEX #11426D Dark Cerulean

📋 copy color: '#11426D'

red 17 ◦ green 66 ◦ blue 109

#11426D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #11426D

Tints of Dark Cerulean #11426D

RGB

 RED value IS 17 (7.03% from 255) = 8.85%

 GREEN value IS 66 (26.17% from 255) = 34.38%

 BLUE value IS 109 (42.97% from 255) = 56.77%

R = 8.85%
G = 34.38%
B = 56.77%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#11426D (or 0x11426D) is known color: Dark Cerulean. HEX triplet: 11, 42 and 6D. RGB value is (17,66,109). Sum of RGB (Red+Green+Blue) = 17+66+109=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #11426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11426D is #EEBD92. Grayscale: #383838. Windows color (decimal): -15646099 or 7160337. OLE color: 7160337.

HSL color Cylindrical-coordinate representation of color #11426D: hue angle of 208.04º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11426D is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 66 109 -
CMYK 0.84 0.39 0 0.57
HSL 208.04º 0.73% 0.25% -
HSV(B) 208.04º 0.84% 0.43% -
XYZ 4.94 5.12 15.2 -
YUV 56.25 157.77 100 -
System Red Green Blue C M Y K H S L
Decimal 17 66 109 0.84 0.39 0 0.57 208.04 0.73 0.25
Hex 11 42 6D 54 27 0 39 D0 49 19
Octal 21 102 155 124 47 0 71 320 111 31
Binary 10001 1000010 1101101 1010100 100111 0 111001 11010000 1001001 11001

Color Harmonies of #11426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11426D

Black with #11426D

Text Example


Text Example

White with #11426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11426D; }

 p { color: rgb(17,66,109); }

 H1.HeaderClassName
 {
   color: #11426D;
 }
 .AnyTagClassName
 {
   color: #11426D;
 }
</style>

background-color css

<style>
 a { background-color: #11426D; }

 a { background-color: rgb(17,66,109); }

 div.DivClassName
 {
   background-color: #11426D;
 }
 .BgClassName
 {
   background-color: #11426D;
 }
</style>

border-color css

<style>
 span { border-color: #11426D; }

 span { border-color: rgb(17,66,109); }

 td.TdClassName
 {
   border-color: #11426D;
 }
 .TagClassName
 {
   border-color: #11426D;
 }
</style>