#025077

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

Shades of Dark Cerulean #025077

Tints of Dark Cerulean #025077

Color information

#025077 (or 0x025077) is unknown color: approx Dark Cerulean. HEX triplet: 02, 50 and 77. RGB value is (2,80,119). Sum of RGB (Red+Green+Blue) = 2+80+119=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #025077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025077 is #FDAF88. Grayscale: #3C3C3C. Windows color (decimal): -16625545 or 7819266. OLE color: 7819266.

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

Color convert

RGB280119-
CMYK0.980.3300.53
HSL200º96.69%23.73%-
HSV(B)200º98.32%46.67%-
XYZ6.227.0818.49-
YUV61.12160.6685.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=1.00%
G=39.80%
B=59.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2801190.980.3300.5320096.6923.73
Hex250776221035c86118
Octal21201671424106531014130
Binary10101000011101111100010100001011010111001000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025077; }

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

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

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

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

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

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

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

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