#114674

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

Shades of Dark Cerulean #114674

Tints of Dark Cerulean #114674

Color information

#114674 (or 0x114674) is unknown color: approx Dark Cerulean. HEX triplet: 11, 46 and 74. RGB value is (17,70,116). Sum of RGB (Red+Green+Blue) = 17+70+116=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #114674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114674 is #EEB98B. Grayscale: #3B3B3B. Windows color (decimal): -15645068 or 7620113. OLE color: 7620113.

HSL color Cylindrical-coordinate representation of color #114674: hue angle of 207.88º 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 #114674 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1770116-
CMYK0.850.4000.55
HSL207.88º74.44%26.08%-
HSV(B)207.88º85.34%45.49%-
XYZ5.575.7617.34-
YUV59.4159.9497.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 116 (45.70% from 255) = 57.14%
R=8.37%
G=34.48%
B=57.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17701160.850.4000.55207.8874.4426.08
Hex1146745528037d04a1a
Octal211061641255006732011232
Binary10001100011011101001010101101000011011111010000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114674; }

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

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

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

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

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

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

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

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