#025377

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

Shades of Dark Cerulean #025377

Tints of Dark Cerulean #025377

Color information

#025377 (or 0x025377) is unknown color: approx Dark Cerulean. HEX triplet: 02, 53 and 77. RGB value is (2,83,119). Sum of RGB (Red+Green+Blue) = 2+83+119=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #025377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025377 is #FDAC88. Grayscale: #3E3E3E. Windows color (decimal): -16624777 or 7820034. OLE color: 7820034.

HSL color Cylindrical-coordinate representation of color #025377: hue angle of 198.46º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025377 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB283119-
CMYK0.980.3000.53
HSL198.46º96.69%23.73%-
HSV(B)198.46º98.32%46.67%-
XYZ6.457.5318.57-
YUV62.88159.6684.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=0.98%
G=40.69%
B=58.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2831190.980.3000.53198.4696.6923.73
Hex25377621E035c66118
Octal21231671423606530614130
Binary1010100111110111110001011110011010111000110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025377; }

 p { color: rgb(2,83,119); }

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

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

 a { background-color: rgb(2,83,119); }

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

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

 span { border-color: rgb(2,83,119); }

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