#025277

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

Shades of Dark Cerulean #025277

Tints of Dark Cerulean #025277

Color information

#025277 (or 0x025277) is unknown color: approx Dark Cerulean. HEX triplet: 02, 52 and 77. RGB value is (2,82,119). Sum of RGB (Red+Green+Blue) = 2+82+119=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #025277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025277 is #FDAD88. Grayscale: #3E3E3E. Windows color (decimal): -16625033 or 7819778. OLE color: 7819778.

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

Color convert

RGB282119-
CMYK0.980.3100.53
HSL198.97º96.69%23.73%-
HSV(B)198.97º98.32%46.67%-
XYZ6.377.3818.54-
YUV62.316084.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 119 (46.88% from 255) = 58.62%
R=0.99%
G=40.39%
B=58.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2821190.980.3100.53198.9796.6923.73
Hex25277621F035c76118
Octal21221671423706530714130
Binary1010100101110111110001011111011010111000111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025277; }

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

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

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

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

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

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

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

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