#114386

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

Shades of Dark Cerulean #114386

Tints of Dark Cerulean #114386

Color information

#114386 (or 0x114386) is unknown color: approx Dark Cerulean. HEX triplet: 11, 43 and 86. RGB value is (17,67,134). Sum of RGB (Red+Green+Blue) = 17+67+134=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #114386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114386 is #EEBC79. Grayscale: #3B3B3B. Windows color (decimal): -15645818 or 8798993. OLE color: 8798993.

HSL color Cylindrical-coordinate representation of color #114386: hue angle of 214.36º 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 #114386 is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1767134-
CMYK0.870.500.47
HSL214.36º77.48%29.61%-
HSV(B)214.36º87.31%52.55%-
XYZ6.545.8523.34-
YUV59.69169.9497.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.80%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 134 (52.73% from 255) = 61.47%
R=7.80%
G=30.73%
B=61.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17671340.870.500.47214.3677.4829.61
Hex114386573202Fd64d1e
Octal211032061276205732611536
Binary100011000011100001101010111110010010111111010110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114386; }

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

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

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

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

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

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

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

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