#114086

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

Shades of Dark Cerulean #114086

Tints of Dark Cerulean #114086

Color information

#114086 (or 0x114086) is unknown color: approx Dark Cerulean. HEX triplet: 11, 40 and 86. RGB value is (17,64,134). Sum of RGB (Red+Green+Blue) = 17+64+134=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #114086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114086 is #EEBF79. Grayscale: #393939. Windows color (decimal): -15646586 or 8798225. OLE color: 8798225.

HSL color Cylindrical-coordinate representation of color #114086: hue angle of 215.9º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114086 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1764134-
CMYK0.870.5200.47
HSL215.9º77.48%29.61%-
HSV(B)215.9º87.31%52.55%-
XYZ6.375.5123.28-
YUV57.93170.9398.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 134 (52.73% from 255) = 62.33%
R=7.91%
G=29.77%
B=62.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17641340.870.5200.47215.977.4829.61
Hex114086573402Fd84d1e
Octal211002061276405733011536
Binary100011000000100001101010111110100010111111011000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114086; }

 p { color: rgb(17,64,134); }

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

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

 a { background-color: rgb(17,64,134); }

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

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

 span { border-color: rgb(17,64,134); }

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