#025072

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

Shades of Dark Cerulean #025072

Tints of Dark Cerulean #025072

Color information

#025072 (or 0x025072) is unknown color: approx Dark Cerulean. HEX triplet: 02, 50 and 72. RGB value is (2,80,114). Sum of RGB (Red+Green+Blue) = 2+80+114=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #025072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025072 is #FDAF8D. Grayscale: #3C3C3C. Windows color (decimal): -16625550 or 7491586. OLE color: 7491586.

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

Color convert

RGB280114-
CMYK0.980.3000.55
HSL198.21º96.55%22.75%-
HSV(B)198.21º98.25%44.71%-
XYZ5.936.9716.95-
YUV60.55158.1686.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=1.02%
G=40.82%
B=58.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2801140.980.3000.55198.2196.5522.75
Hex25072621E037c66117
Octal21201621423606730614127
Binary1010100001110010110001011110011011111000110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025072; }

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

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

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

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

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

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

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

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