#015079

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

Shades of Dark Cerulean #015079

Tints of Dark Cerulean #015079

Color information

#015079 (or 0x015079) is unknown color: approx Dark Cerulean. HEX triplet: 01, 50 and 79. RGB value is (1,80,121). Sum of RGB (Red+Green+Blue) = 1+80+121=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #015079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015079 is #FEAF86. Grayscale: #3C3C3C. Windows color (decimal): -16691079 or 7950337. OLE color: 7950337.

HSL color Cylindrical-coordinate representation of color #015079: hue angle of 200.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015079 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB180121-
CMYK0.990.3400.53
HSL200.5º98.36%23.92%-
HSV(B)200.5º99.17%47.45%-
XYZ6.337.1219.13-
YUV61.05161.8385.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 121 (47.66% from 255) = 59.90%
R=0.50%
G=39.60%
B=59.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1801210.990.3400.53200.598.3623.92
Hex150796322035c86218
Octal11201711434206531014230
Binary1101000011110011100011100010011010111001000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015079; }

 p { color: rgb(1,80,121); }

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

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

 a { background-color: rgb(1,80,121); }

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

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

 span { border-color: rgb(1,80,121); }

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