#025BF4

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

Shades of Navy Blue #025BF4

Tints of Navy Blue #025BF4

Color information

#025BF4 (or 0x025BF4) is unknown color: approx Navy Blue. HEX triplet: 02, 5B and F4. RGB value is (2,91,244). Sum of RGB (Red+Green+Blue) = 2+91+244=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 244 (95.70% from 255 or 72.40% from 337); Max value from RGB is 244 - color contains mainly: blue. Hex color #025BF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025BF4 is #FDA40B. Grayscale: #515151. Windows color (decimal): -16622604 or 16014082. OLE color: 16014082.

HSL color Cylindrical-coordinate representation of color #025BF4: hue angle of 217.93º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BF4 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB291244-
CMYK0.990.6300.04
HSL217.93º98.37%48.24%-
HSV(B)217.93º99.18%95.69%-
XYZ20.114.0387.24-
YUV81.83219.5171.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 244 (95.70% from 255) = 72.40%
R=0.59%
G=27.00%
B=72.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2912440.990.6300.04217.9398.3748.24
Hex25BF4633F04da6230
Octal2133364143770433214260
Binary1010110111111010011000111111110100110110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,91,244); }

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

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

 a { background-color: rgb(2,91,244); }

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

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

 span { border-color: rgb(2,91,244); }

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