#015882

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

Shades of Dark Cerulean #015882

Tints of Dark Cerulean #015882

Color information

#015882 (or 0x015882) is unknown color: approx Dark Cerulean. HEX triplet: 01, 58 and 82. RGB value is (1,88,130). Sum of RGB (Red+Green+Blue) = 1+88+130=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #015882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015882 is #FEA77D. Grayscale: #424242. Windows color (decimal): -16689022 or 8542209. OLE color: 8542209.

HSL color Cylindrical-coordinate representation of color #015882: hue angle of 199.53º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015882 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB188130-
CMYK0.990.3200.49
HSL199.53º98.47%25.69%-
HSV(B)199.53º99.23%50.98%-
XYZ7.538.622.38-
YUV66.78163.6881.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 130 (51.17% from 255) = 59.36%
R=0.46%
G=40.18%
B=59.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1881300.990.3200.49199.5398.4725.69
Hex158826320031c8621a
Octal11302021434006131014232
Binary11011000100000101100011100000011000111001000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015882; }

 p { color: rgb(1,88,130); }

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

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

 a { background-color: rgb(1,88,130); }

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

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

 span { border-color: rgb(1,88,130); }

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