#115174

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

Shades of Dark Cerulean #115174

Tints of Dark Cerulean #115174

Color information

#115174 (or 0x115174) is unknown color: approx Dark Cerulean. HEX triplet: 11, 51 and 74. RGB value is (17,81,116). Sum of RGB (Red+Green+Blue) = 17+81+116=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #115174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115174 is #EEAE8B. Grayscale: #414141. Windows color (decimal): -15642252 or 7622929. OLE color: 7622929.

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

Color convert

RGB1781116-
CMYK0.850.3000.55
HSL201.21º74.44%26.08%-
HSV(B)201.21º85.34%45.49%-
XYZ6.337.2617.59-
YUV65.85156.393.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 116 (45.70% from 255) = 54.21%
R=7.94%
G=37.85%
B=54.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17811160.850.3000.55201.2174.4426.08
Hex115174551E037c94a1a
Octal211211641253606731111232
Binary1000110100011110100101010111110011011111001001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115174; }

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

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

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

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

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

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

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

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