#025283

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

Shades of Dark Cerulean #025283

Tints of Dark Cerulean #025283

Color information

#025283 (or 0x025283) is unknown color: approx Dark Cerulean. HEX triplet: 02, 52 and 83. RGB value is (2,82,131). Sum of RGB (Red+Green+Blue) = 2+82+131=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #025283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025283 is #FDAD7C. Grayscale: #3F3F3F. Windows color (decimal): -16625021 or 8606210. OLE color: 8606210.

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

Color convert

RGB282131-
CMYK0.980.3700.49
HSL202.79º96.99%26.08%-
HSV(B)202.79º98.47%51.37%-
XYZ7.147.6922.58-
YUV63.6716684.02-

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.14%
BLUE value IS 131 (51.56% from 255) = 60.93%
R=0.93%
G=38.14%
B=60.93%

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
Decimal2821310.980.3700.49202.7996.9926.08
Hex252836225031cb611a
Octal21222031424506131314132
Binary101010010100000111100010100101011000111001011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025283; }

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

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

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

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

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

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

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

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