#114078

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

Shades of Dark Cerulean #114078

Tints of Dark Cerulean #114078

Color information

#114078 (or 0x114078) is unknown color: approx Dark Cerulean. HEX triplet: 11, 40 and 78. RGB value is (17,64,120). Sum of RGB (Red+Green+Blue) = 17+64+120=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #114078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114078 is #EEBF87. Grayscale: #383838. Windows color (decimal): -15646600 or 7880721. OLE color: 7880721.

HSL color Cylindrical-coordinate representation of color #114078: hue angle of 212.62º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114078 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1764120-
CMYK0.860.4700.53
HSL212.62º75.18%26.86%-
HSV(B)212.62º85.83%47.06%-
XYZ5.455.1418.47-
YUV56.33163.9399.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=8.46%
G=31.84%
B=59.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17641200.860.4700.53212.6275.1826.86
Hex114078562F035d54b1b
Octal211001701265706532511333
Binary10001100000011110001010110101111011010111010101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114078; }

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

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

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

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

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

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

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

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