#025078

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

Shades of Dark Cerulean #025078

Tints of Dark Cerulean #025078

Color information

#025078 (or 0x025078) is unknown color: approx Dark Cerulean. HEX triplet: 02, 50 and 78. RGB value is (2,80,120). Sum of RGB (Red+Green+Blue) = 2+80+120=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #025078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025078 is #FDAF87. Grayscale: #3D3D3D. Windows color (decimal): -16625544 or 7884802. OLE color: 7884802.

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

Color convert

RGB280120-
CMYK0.980.3300.53
HSL200.34º96.72%23.92%-
HSV(B)200.34º98.33%47.06%-
XYZ6.287.1118.81-
YUV61.24161.1685.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=0.99%
G=39.60%
B=59.41%

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
Decimal2801200.980.3300.53200.3496.7223.92
Hex250786221035c86118
Octal21201701424106531014130
Binary10101000011110001100010100001011010111001000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025078; }

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

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

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

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

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

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

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

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