#025292

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

Shades of Dark Cerulean #025292

Tints of Dark Cerulean #025292

Color information

#025292 (or 0x025292) is unknown color: approx Dark Cerulean. HEX triplet: 02, 52 and 92. RGB value is (2,82,146). Sum of RGB (Red+Green+Blue) = 2+82+146=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #025292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025292 is #FDAD6D. Grayscale: #414141. Windows color (decimal): -16625006 or 9589250. OLE color: 9589250.

HSL color Cylindrical-coordinate representation of color #025292: hue angle of 206.67º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025292 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB282146-
CMYK0.990.4400.43
HSL206.67º97.3%29.02%-
HSV(B)206.67º98.63%57.25%-
XYZ8.238.1228.33-
YUV65.38173.582.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 82 (32.42% from 255) = 35.65%
BLUE value IS 146 (57.42% from 255) = 63.48%
R=0.87%
G=35.65%
B=63.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2821460.990.4400.43206.6797.329.02
Hex25292632C02Bcf611d
Octal21222221435405331714135
Binary101010010100100101100011101100010101111001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025292; }

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

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

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

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

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

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

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

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