#025FBF

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

Shades of Navy Blue #025FBF

Tints of Navy Blue #025FBF

Color information

#025FBF (or 0x025FBF) is unknown color: approx Navy Blue. HEX triplet: 02, 5F and BF. RGB value is (2,95,191). Sum of RGB (Red+Green+Blue) = 2+95+191=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #025FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025FBF is #FDA040. Grayscale: #4D4D4D. Windows color (decimal): -16621633 or 12541698. OLE color: 12541698.

HSL color Cylindrical-coordinate representation of color #025FBF: hue angle of 210.48º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025FBF is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB295191-
CMYK0.990.5000.25
HSL210.48º97.93%37.84%-
HSV(B)210.48º98.95%74.9%-
XYZ13.5211.9650.89-
YUV78.14191.6973.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 191 (75% from 255) = 66.32%
R=0.69%
G=32.99%
B=66.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2951910.990.5000.25210.4897.9337.84
Hex25FBF6332019d26226
Octal21372771436203132214246
Binary101011111101111111100011110010011001110100101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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