#115078

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

Shades of Dark Cerulean #115078

Tints of Dark Cerulean #115078

Color information

#115078 (or 0x115078) is unknown color: approx Dark Cerulean. HEX triplet: 11, 50 and 78. RGB value is (17,80,120). Sum of RGB (Red+Green+Blue) = 17+80+120=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #115078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115078 is #EEAF87. Grayscale: #414141. Windows color (decimal): -15642504 or 7884817. OLE color: 7884817.

HSL color Cylindrical-coordinate representation of color #115078: hue angle of 203.3º 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 #115078 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1780120-
CMYK0.860.3300.53
HSL203.3º75.18%26.86%-
HSV(B)203.3º85.83%47.06%-
XYZ6.497.2118.82-
YUV65.72158.6393.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 120 (47.27% from 255) = 55.30%
R=7.83%
G=36.87%
B=55.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17801200.860.3300.53203.375.1826.86
Hex1150785621035cb4b1b
Octal211201701264106531311333
Binary10001101000011110001010110100001011010111001011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115078; }

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

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

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

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

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

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

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

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