#025073

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

Shades of Dark Cerulean #025073

Tints of Dark Cerulean #025073

Color information

#025073 (or 0x025073) is unknown color: approx Dark Cerulean. HEX triplet: 02, 50 and 73. RGB value is (2,80,115). Sum of RGB (Red+Green+Blue) = 2+80+115=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #025073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025073 is #FDAF8C. Grayscale: #3C3C3C. Windows color (decimal): -16625549 or 7557122. OLE color: 7557122.

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

Color convert

RGB280115-
CMYK0.980.3000.55
HSL198.58º96.58%22.94%-
HSV(B)198.58º98.26%45.1%-
XYZ5.996.9917.25-
YUV60.67158.6686.15-

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.61%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=1.02%
G=40.61%
B=58.38%

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
Decimal2801150.980.3000.55198.5896.5822.94
Hex25073621E037c76117
Octal21201631423606730714127
Binary1010100001110011110001011110011011111000111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025073; }

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

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

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

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

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

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

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

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