#015089

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

Shades of Dark Cerulean #015089

Tints of Dark Cerulean #015089

Color information

#015089 (or 0x015089) is unknown color: approx Dark Cerulean. HEX triplet: 01, 50 and 89. RGB value is (1,80,137). Sum of RGB (Red+Green+Blue) = 1+80+137=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #015089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015089 is #FEAF76. Grayscale: #3E3E3E. Windows color (decimal): -16691063 or 8998913. OLE color: 8998913.

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

Color convert

RGB180137-
CMYK0.990.4200.46
HSL205.15º98.55%27.06%-
HSV(B)205.15º99.27%53.73%-
XYZ7.47.5524.73-
YUV62.88169.8383.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 137 (53.91% from 255) = 62.84%
R=0.46%
G=36.70%
B=62.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1801370.990.4200.46205.1598.5527.06
Hex15089632A02Ecd631b
Octal11202111435205631514333
Binary11010000100010011100011101010010111011001101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015089; }

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

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

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

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

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

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

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

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