#025293

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

Shades of Dark Cerulean #025293

Tints of Dark Cerulean #025293

Color information

#025293 (or 0x025293) is unknown color: approx Dark Cerulean. HEX triplet: 02, 52 and 93. RGB value is (2,82,147). Sum of RGB (Red+Green+Blue) = 2+82+147=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #025293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025293 is #FDAD6C. Grayscale: #414141. Windows color (decimal): -16625005 or 9654786. OLE color: 9654786.

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

Color convert

RGB282147-
CMYK0.990.4400.42
HSL206.9º97.32%29.22%-
HSV(B)206.9º98.64%57.65%-
XYZ8.318.1528.74-
YUV65.4917482.71-

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.50%
BLUE value IS 147 (57.81% from 255) = 63.64%
R=0.87%
G=35.50%
B=63.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2821470.990.4400.42206.997.3229.22
Hex25293632C02Acf611d
Octal21222231435405231714135
Binary101010010100100111100011101100010101011001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025293; }

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

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

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

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

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

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

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

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