Html Css Color HEX #11416B Dark Cerulean

📋 copy color: '#11416B'

red 17 ◦ green 65 ◦ blue 107

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

Shades of Dark Cerulean #11416B

Tints of Dark Cerulean #11416B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.61%

R = 8.99%
G = 34.39%
B = 56.61%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11416B (or 0x11416B) is known color: Dark Cerulean. HEX triplet: 11, 41 and 6B. RGB value is (17,65,107). Sum of RGB (Red+Green+Blue) = 17+65+107=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #11416B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11416B is #EEBE94. Grayscale: #373737. Windows color (decimal): -15646357 or 7029009. OLE color: 7029009.

HSL color Cylindrical-coordinate representation of color #11416B: hue angle of 208º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11416B is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 65 107 -
CMYK 0.84 0.39 0 0.58
HSL 208º 0.73% 0.24% -
HSV(B) 208º 0.84% 0.42% -
XYZ 4.78 4.96 14.62 -
YUV 55.44 157.1 100.58 -
System Red Green Blue C M Y K H S L
Decimal 17 65 107 0.84 0.39 0 0.58 208 0.73 0.24
Hex 11 41 6B 54 27 0 3A D0 49 18
Octal 21 101 153 124 47 0 72 320 111 30
Binary 10001 1000001 1101011 1010100 100111 0 111010 11010000 1001001 11000

Color Harmonies of #11416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11416B

Black with #11416B

Text Example


Text Example

White with #11416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11416B; }

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

 H1.HeaderClassName
 {
   color: #11416B;
 }
 .AnyTagClassName
 {
   color: #11416B;
 }
</style>

background-color css

<style>
 a { background-color: #11416B; }

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

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

border-color css

<style>
 span { border-color: #11416B; }

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

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