#025882

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

Shades of Dark Cerulean #025882

Tints of Dark Cerulean #025882

Color information

#025882 (or 0x025882) is unknown color: approx Dark Cerulean. HEX triplet: 02, 58 and 82. RGB value is (2,88,130). Sum of RGB (Red+Green+Blue) = 2+88+130=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #025882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025882 is #FDA77D. Grayscale: #424242. Windows color (decimal): -16623486 or 8542210. OLE color: 8542210.

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

Color convert

RGB288130-
CMYK0.980.3200.49
HSL199.69º96.97%25.88%-
HSV(B)199.69º98.46%50.98%-
XYZ7.548.622.38-
YUV67.07163.5181.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 130 (51.17% from 255) = 59.09%
R=0.91%
G=40%
B=59.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2881300.980.3200.49199.6996.9725.88
Hex258826220031c8611a
Octal21302021424006131014132
Binary101011000100000101100010100000011000111001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025882; }

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

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

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

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

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

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

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

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