Html Css Color HEX #11466E Dark Cerulean

📋 copy color: '#11466E'

red 17 ◦ green 70 ◦ blue 110

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

Shades of Dark Cerulean #11466E

Tints of Dark Cerulean #11466E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 55.84%

R = 8.63%
G = 35.53%
B = 55.84%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11466E (or 0x11466E) is known color: Dark Cerulean. HEX triplet: 11, 46 and 6E. RGB value is (17,70,110). Sum of RGB (Red+Green+Blue) = 17+70+110=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #11466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11466E is #EEB991. Grayscale: #3A3A3A. Windows color (decimal): -15645074 or 7226897. OLE color: 7226897.

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

Color convert

RGB 17 70 110 -
CMYK 0.85 0.36 0 0.57
HSL 205.81º 0.73% 0.25% -
HSV(B) 205.81º 0.85% 0.43% -
XYZ 5.24 5.63 15.56 -
YUV 58.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 17 70 110 0.85 0.36 0 0.57 205.81 0.73 0.25
Hex 11 46 6E 55 24 0 39 CE 49 19
Octal 21 106 156 125 44 0 71 316 111 31
Binary 10001 1000110 1101110 1010101 100100 0 111001 11001110 1001001 11001

Color Harmonies of #11466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11466E

Black with #11466E

Text Example


Text Example

White with #11466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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