#114391

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

Shades of Dark Cerulean #114391

Tints of Dark Cerulean #114391

Color information

#114391 (or 0x114391) is unknown color: approx Dark Cerulean. HEX triplet: 11, 43 and 91. RGB value is (17,67,145). Sum of RGB (Red+Green+Blue) = 17+67+145=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #114391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114391 is #EEBC6E. Grayscale: #3C3C3C. Windows color (decimal): -15645807 or 9519889. OLE color: 9519889.

HSL color Cylindrical-coordinate representation of color #114391: hue angle of 216.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114391 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1767145-
CMYK0.880.5400.43
HSL216.56º79.01%31.76%-
HSV(B)216.56º88.28%56.86%-
XYZ7.356.1827.59-
YUV60.94175.4496.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 145 (57.03% from 255) = 63.32%
R=7.42%
G=29.26%
B=63.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17671450.880.5400.43216.5679.0131.76
Hex114391583602Bd94f20
Octal211032211306605333111740
Binary1000110000111001000110110001101100101011110110011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114391; }

 p { color: rgb(17,67,145); }

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

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

 a { background-color: rgb(17,67,145); }

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

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

 span { border-color: rgb(17,67,145); }

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