Html Css Color HEX #025AFF Navy Blue

📋 copy color: '#025AFF'

red 2 ◦ green 90 ◦ blue 255

#025AFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #025AFF

Tints of Navy Blue #025AFF

RGB

 RED value IS 2 (1.17% from 255) = 0.58%

 GREEN value IS 90 (35.55% from 255) = 25.94%

 BLUE value IS 255 (100% from 255) = 73.49%

R = 0.58%
G = 25.94%
B = 73.49%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#025AFF (or 0x025AFF) is known color: Navy Blue. HEX triplet: 02, 5A and FF. RGB value is (2,90,255). Sum of RGB (Red+Green+Blue) = 2+90+255=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #025AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025AFF is #FDA500. Grayscale: #515151. Windows color (decimal): -16622849 or 16734722. OLE color: 16734722.

HSL color Cylindrical-coordinate representation of color #025AFF: hue angle of 219.13º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025AFF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 90 255 -
CMYK 0.99 0.65 0 0
HSL 219.13º 1% 0.5% -
HSV(B) 219.13º 0.99% 1% -
XYZ 21.73 14.55 96.27 -
YUV 82.5 225.35 70.58 -
System Red Green Blue C M Y K H S L
Decimal 2 90 255 0.99 0.65 0 0 219.13 1 0.5
Hex 2 5A FF 63 41 0 0 DB 64 32
Octal 2 132 377 143 101 0 0 333 144 62
Binary 10 1011010 11111111 1100011 1000001 0 0 11011011 1100100 110010

Color Harmonies of #025AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025AFF

Black with #025AFF

Text Example


Text Example

White with #025AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,90,255); }

 H1.HeaderClassName
 {
   color: #025AFF;
 }
 .AnyTagClassName
 {
   color: #025AFF;
 }
</style>

background-color css

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

 a { background-color: rgb(2,90,255); }

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

border-color css

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

 span { border-color: rgb(2,90,255); }

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