#025173

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

Shades of Dark Cerulean #025173

Tints of Dark Cerulean #025173

Color information

#025173 (or 0x025173) is unknown color: approx Dark Cerulean. HEX triplet: 02, 51 and 73. RGB value is (2,81,115). Sum of RGB (Red+Green+Blue) = 2+81+115=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #025173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025173 is #FDAE8C. Grayscale: #3D3D3D. Windows color (decimal): -16625293 or 7557378. OLE color: 7557378.

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

Color convert

RGB281115-
CMYK0.980.3000.55
HSL198.05º96.58%22.94%-
HSV(B)198.05º98.26%45.1%-
XYZ6.067.1417.28-
YUV61.26158.3385.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 115 (45.31% from 255) = 58.08%
R=1.01%
G=40.91%
B=58.08%

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
Decimal2811150.980.3000.55198.0596.5822.94
Hex25173621E037c66117
Octal21211631423606730614127
Binary1010100011110011110001011110011011111000110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025173; }

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

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

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

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

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

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

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

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