#025285

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

Shades of Dark Cerulean #025285

Tints of Dark Cerulean #025285

Color information

#025285 (or 0x025285) is unknown color: approx Dark Cerulean. HEX triplet: 02, 52 and 85. RGB value is (2,82,133). Sum of RGB (Red+Green+Blue) = 2+82+133=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #025285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025285 is #FDAD7A. Grayscale: #3F3F3F. Windows color (decimal): -16625019 or 8737282. OLE color: 8737282.

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

Color convert

RGB282133-
CMYK0.980.3800.48
HSL203.36º97.04%26.47%-
HSV(B)203.36º98.5%52.16%-
XYZ7.287.7423.3-
YUV63.8916783.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 133 (52.34% from 255) = 61.29%
R=0.92%
G=37.79%
B=61.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2821330.980.3800.48203.3697.0426.47
Hex252856226030cb611a
Octal21222051424606031314132
Binary101010010100001011100010100110011000011001011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025285; }

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

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

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

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

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

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

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

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