#11466E

Color #11466E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #11466E

Tints of Dark Cerulean #11466E

Color information

#11466E (or 0x11466E) is unknown color: approx 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

RGB1770110-
CMYK0.850.3600.57
HSL205.81º73.23%24.9%-
HSV(B)205.81º84.55%43.14%-
XYZ5.245.6315.56-
YUV58.71156.9498.25-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17701100.850.3600.57205.8173.2324.9
Hex11466E5524039ce4919
Octal211061561254407131611131
Binary10001100011011011101010101100100011100111001110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>