#11446E

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

Shades of Dark Cerulean #11446E

Tints of Dark Cerulean #11446E

Color information

#11446E (or 0x11446E) is unknown color: approx Dark Cerulean. HEX triplet: 11, 44 and 6E. RGB value is (17,68,110). Sum of RGB (Red+Green+Blue) = 17+68+110=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #11446E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11446E is #EEBB91. Grayscale: #393939. Windows color (decimal): -15645586 or 7226385. OLE color: 7226385.

HSL color Cylindrical-coordinate representation of color #11446E: hue angle of 207.1º 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 #11446E is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1768110-
CMYK0.850.3800.57
HSL207.1º73.23%24.9%-
HSV(B)207.1º84.55%43.14%-
XYZ5.115.3815.52-
YUV57.54157.699.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=8.72%
G=34.87%
B=56.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17681100.850.3800.57207.173.2324.9
Hex11446E5526039cf4919
Octal211041561254607131711131
Binary10001100010011011101010101100110011100111001111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11446E;
 }
 .AnyTagClassName
 {
   color: #11446E;
 }
</style>
background-color css

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

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

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

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

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

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