Html Css Color HEX #11466F Dark Cerulean

📋 copy color: '#11466F'

red 17 ◦ green 70 ◦ blue 111

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

Shades of Dark Cerulean #11466F

Tints of Dark Cerulean #11466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.35%

 BLUE value IS 111 (43.75% from 255) = 56.06%

R = 8.59%
G = 35.35%
B = 56.06%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#11466F (or 0x11466F) is known color: Dark Cerulean. HEX triplet: 11, 46 and 6F. RGB value is (17,70,111). Sum of RGB (Red+Green+Blue) = 17+70+111=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #11466F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11466F is #EEB990. Grayscale: #3A3A3A. Windows color (decimal): -15645073 or 7292433. OLE color: 7292433.

HSL color Cylindrical-coordinate representation of color #11466F: hue angle of 206.17º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11466F is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 70 111 -
CMYK 0.85 0.37 0 0.56
HSL 206.17º 0.73% 0.25% -
HSV(B) 206.17º 0.85% 0.44% -
XYZ 5.29 5.65 15.85 -
YUV 58.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 17 70 111 0.85 0.37 0 0.56 206.17 0.73 0.25
Hex 11 46 6F 55 25 0 38 CE 49 19
Octal 21 106 157 125 45 0 70 316 111 31
Binary 10001 1000110 1101111 1010101 100101 0 111000 11001110 1001001 11001

Color Harmonies of #11466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11466F

Black with #11466F

Text Example


Text Example

White with #11466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11466F; }

 p { color: rgb(17,70,111); }

 H1.HeaderClassName
 {
   color: #11466F;
 }
 .AnyTagClassName
 {
   color: #11466F;
 }
</style>

background-color css

<style>
 a { background-color: #11466F; }

 a { background-color: rgb(17,70,111); }

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

border-color css

<style>
 span { border-color: #11466F; }

 span { border-color: rgb(17,70,111); }

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