#025FC8

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

Shades of Navy Blue #025FC8

Tints of Navy Blue #025FC8

Color information

#025FC8 (or 0x025FC8) is unknown color: approx Navy Blue. HEX triplet: 02, 5F and C8. RGB value is (2,95,200). Sum of RGB (Red+Green+Blue) = 2+95+200=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 200 (78.52% from 255 or 67.34% from 297); Max value from RGB is 200 - color contains mainly: blue. Hex color #025FC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025FC8 is #FDA037. Grayscale: #4E4E4E. Windows color (decimal): -16621624 or 13131522. OLE color: 13131522.

HSL color Cylindrical-coordinate representation of color #025FC8: hue angle of 211.82º 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 #025FC8 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB295200-
CMYK0.990.5200.22
HSL211.82º98.02%39.61%-
HSV(B)211.82º99%78.43%-
XYZ14.5412.3756.26-
YUV79.16196.1972.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 200 (78.52% from 255) = 67.34%
R=0.67%
G=31.99%
B=67.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2952000.990.5200.22211.8298.0239.61
Hex25FC86334016d46228
Octal21373101436402632414250
Binary101011111110010001100011110100010110110101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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