#025282

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

Shades of Dark Cerulean #025282

Tints of Dark Cerulean #025282

Color information

#025282 (or 0x025282) is unknown color: approx Dark Cerulean. HEX triplet: 02, 52 and 82. RGB value is (2,82,130). Sum of RGB (Red+Green+Blue) = 2+82+130=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #025282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025282 is #FDAD7D. Grayscale: #3F3F3F. Windows color (decimal): -16625022 or 8540674. OLE color: 8540674.

HSL color Cylindrical-coordinate representation of color #025282: hue angle of 202.5º 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 #025282 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB282130-
CMYK0.980.3700.49
HSL202.5º96.97%25.88%-
HSV(B)202.5º98.46%50.98%-
XYZ7.077.6622.22-
YUV63.55165.584.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 130 (51.17% from 255) = 60.75%
R=0.93%
G=38.32%
B=60.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2821300.980.3700.49202.596.9725.88
Hex252826225031ca611a
Octal21222021424506131214132
Binary101010010100000101100010100101011000111001010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025282; }

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

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

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

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

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

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

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

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