#015288

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

Shades of Dark Cerulean #015288

Tints of Dark Cerulean #015288

Color information

#015288 (or 0x015288) is unknown color: approx Dark Cerulean. HEX triplet: 01, 52 and 88. RGB value is (1,82,136). Sum of RGB (Red+Green+Blue) = 1+82+136=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #015288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015288 is #FEAD77. Grayscale: #3F3F3F. Windows color (decimal): -16690552 or 8933889. OLE color: 8933889.

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

Color convert

RGB182136-
CMYK0.990.4000.47
HSL204º98.54%26.86%-
HSV(B)204º99.26%53.33%-
XYZ7.477.8224.41-
YUV63.94168.6683.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 136 (53.52% from 255) = 62.10%
R=0.46%
G=37.44%
B=62.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1821360.990.4000.4720498.5426.86
Hex15288632802Fcc631b
Octal11222101435005731414333
Binary11010010100010001100011101000010111111001100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015288; }

 p { color: rgb(1,82,136); }

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

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

 a { background-color: rgb(1,82,136); }

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

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

 span { border-color: rgb(1,82,136); }

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