#025583

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

Shades of Dark Cerulean #025583

Tints of Dark Cerulean #025583

Color information

#025583 (or 0x025583) is unknown color: approx Dark Cerulean. HEX triplet: 02, 55 and 83. RGB value is (2,85,131). Sum of RGB (Red+Green+Blue) = 2+85+131=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #025583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025583 is #FDAA7C. Grayscale: #414141. Windows color (decimal): -16624253 or 8606978. OLE color: 8606978.

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

Color convert

RGB285131-
CMYK0.980.3500.49
HSL201.4º96.99%26.08%-
HSV(B)201.4º98.47%51.37%-
XYZ7.378.1522.66-
YUV65.4316582.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 131 (51.56% from 255) = 60.09%
R=0.92%
G=38.99%
B=60.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2851310.980.3500.49201.496.9926.08
Hex255836223031c9611a
Octal21252031424306131114132
Binary101010101100000111100010100011011000111001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025583; }

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

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

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

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

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

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

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

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