#114074

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

Shades of Dark Cerulean #114074

Tints of Dark Cerulean #114074

Color information

#114074 (or 0x114074) is unknown color: approx Dark Cerulean. HEX triplet: 11, 40 and 74. RGB value is (17,64,116). Sum of RGB (Red+Green+Blue) = 17+64+116=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #114074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114074 is #EEBF8B. Grayscale: #373737. Windows color (decimal): -15646604 or 7618577. OLE color: 7618577.

HSL color Cylindrical-coordinate representation of color #114074: hue angle of 211.52º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114074 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1764116-
CMYK0.850.4500.55
HSL211.52º74.44%26.08%-
HSV(B)211.52º85.34%45.49%-
XYZ5.225.0517.22-
YUV55.88161.93100.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 116 (45.70% from 255) = 58.88%
R=8.63%
G=32.49%
B=58.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17641160.850.4500.55211.5274.4426.08
Hex114074552D037d44a1a
Octal211001641255506732411232
Binary10001100000011101001010101101101011011111010100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114074; }

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

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

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

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

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

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

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

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