#025DC8

Color #025DC8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #025DC8

Tints of Navy Blue #025DC8

Color information

#025DC8 (or 0x025DC8) is unknown color: approx Navy Blue. HEX triplet: 02, 5D and C8. RGB value is (2,93,200). Sum of RGB (Red+Green+Blue) = 2+93+200=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 200 (78.52% from 255 or 67.80% from 295); Max value from RGB is 200 - color contains mainly: blue. Hex color #025DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DC8 is #FDA237. Grayscale: #4D4D4D. Windows color (decimal): -16622136 or 13131010. OLE color: 13131010.

HSL color Cylindrical-coordinate representation of color #025DC8: hue angle of 212.42º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025DC8 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB293200-
CMYK0.990.5400.22
HSL212.42º98.02%39.61%-
HSV(B)212.42º99%78.43%-
XYZ14.3612.0156.2-
YUV77.99196.8573.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 200 (78.52% from 255) = 67.80%
R=0.68%
G=31.53%
B=67.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2932000.990.5400.22212.4298.0239.61
Hex25DC86336016d46228
Octal21353101436602632414250
Binary101011101110010001100011110110010110110101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025DC8; }

 p { color: rgb(2,93,200); }

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

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

 a { background-color: rgb(2,93,200); }

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

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

 span { border-color: rgb(2,93,200); }

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