#015072

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

Shades of Dark Cerulean #015072

Tints of Dark Cerulean #015072

Color information

#015072 (or 0x015072) is unknown color: approx Dark Cerulean. HEX triplet: 01, 50 and 72. RGB value is (1,80,114). Sum of RGB (Red+Green+Blue) = 1+80+114=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #015072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015072 is #FEAF8D. Grayscale: #3C3C3C. Windows color (decimal): -16691086 or 7491585. OLE color: 7491585.

HSL color Cylindrical-coordinate representation of color #015072: hue angle of 198.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015072 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB180114-
CMYK0.990.3000.55
HSL198.05º98.26%22.55%-
HSV(B)198.05º99.12%44.71%-
XYZ5.926.9616.95-
YUV60.26158.3385.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=0.51%
G=41.03%
B=58.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1801140.990.3000.55198.0598.2622.55
Hex15072631E037c66217
Octal11201621433606730614227
Binary110100001110010110001111110011011111000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015072; }

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

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

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

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

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

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

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

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