Html Css Color HEX #11407C Dark Cerulean

📋 copy color: '#11407C'

red 17 ◦ green 64 ◦ blue 124

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

Shades of Dark Cerulean #11407C

Tints of Dark Cerulean #11407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 8.29%
G = 31.22%
B = 60.49%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11407C (or 0x11407C) is known color: Dark Cerulean. HEX triplet: 11, 40 and 7C. RGB value is (17,64,124). Sum of RGB (Red+Green+Blue) = 17+64+124=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #11407C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11407C is #EEBF83. Grayscale: #383838. Windows color (decimal): -15646596 or 8142865. OLE color: 8142865.

HSL color Cylindrical-coordinate representation of color #11407C: hue angle of 213.64º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11407C is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 64 124 -
CMYK 0.86 0.48 0 0.51
HSL 213.64º 0.76% 0.28% -
HSV(B) 213.64º 0.86% 0.49% -
XYZ 5.7 5.24 19.78 -
YUV 56.79 165.93 99.62 -
System Red Green Blue C M Y K H S L
Decimal 17 64 124 0.86 0.48 0 0.51 213.64 0.76 0.28
Hex 11 40 7C 56 30 0 33 D6 4C 1C
Octal 21 100 174 126 60 0 63 326 114 34
Binary 10001 1000000 1111100 1010110 110000 0 110011 11010110 1001100 11100

Color Harmonies of #11407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11407C

Black with #11407C

Text Example


Text Example

White with #11407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11407C; }

 p { color: rgb(17,64,124); }

 H1.HeaderClassName
 {
   color: #11407C;
 }
 .AnyTagClassName
 {
   color: #11407C;
 }
</style>

background-color css

<style>
 a { background-color: #11407C; }

 a { background-color: rgb(17,64,124); }

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

border-color css

<style>
 span { border-color: #11407C; }

 span { border-color: rgb(17,64,124); }

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