Html Css Color HEX #11417C Dark Cerulean

📋 copy color: '#11417C'

red 17 ◦ green 65 ◦ blue 124

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

Shades of Dark Cerulean #11417C

Tints of Dark Cerulean #11417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

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

R = 8.25%
G = 31.55%
B = 60.19%

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

#11417C (or 0x11417C) is known color: Dark Cerulean. HEX triplet: 11, 41 and 7C. RGB value is (17,65,124). Sum of RGB (Red+Green+Blue) = 17+65+124=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #11417C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11417C is #EEBE83. Grayscale: #393939. Windows color (decimal): -15646340 or 8143121. OLE color: 8143121.

HSL color Cylindrical-coordinate representation of color #11417C: hue angle of 213.08º 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 #11417C is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 65 124 -
CMYK 0.86 0.48 0 0.51
HSL 213.08º 0.76% 0.28% -
HSV(B) 213.08º 0.86% 0.49% -
XYZ 5.76 5.36 19.8 -
YUV 57.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 17 65 124 0.86 0.48 0 0.51 213.08 0.76 0.28
Hex 11 41 7C 56 30 0 33 D5 4C 1C
Octal 21 101 174 126 60 0 63 325 114 34
Binary 10001 1000001 1111100 1010110 110000 0 110011 11010101 1001100 11100

Color Harmonies of #11417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11417C

Black with #11417C

Text Example


Text Example

White with #11417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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