Html Css Color HEX #025FE0 Navy Blue

📋 copy color: '#025FE0'

red 2 ◦ green 95 ◦ blue 224

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

Shades of Navy Blue #025FE0

Tints of Navy Blue #025FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.6%

 BLUE value IS 224 (87.89% from 255) = 69.78%

R = 0.62%
G = 29.6%
B = 69.78%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#025FE0 (or 0x025FE0) is known color: Navy Blue. HEX triplet: 02, 5F and E0. RGB value is (2,95,224). Sum of RGB (Red+Green+Blue) = 2+95+224=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #025FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025FE0 is #FDA01F. Grayscale: #515151. Windows color (decimal): -16621600 or 14704386. OLE color: 14704386.

HSL color Cylindrical-coordinate representation of color #025FE0: hue angle of 214.86º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025FE0 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 95 224 -
CMYK 0.99 0.58 0 0.12
HSL 214.86º 0.98% 0.44% -
HSV(B) 214.86º 0.99% 0.88% -
XYZ 17.57 13.58 72.22 -
YUV 81.9 208.19 71.01 -
System Red Green Blue C M Y K H S L
Decimal 2 95 224 0.99 0.58 0 0.12 214.86 0.98 0.44
Hex 2 5F E0 63 3A 0 C D7 62 2C
Octal 2 137 340 143 72 0 14 327 142 54
Binary 10 1011111 11100000 1100011 111010 0 1100 11010111 1100010 101100

Color Harmonies of #025FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025FE0

Black with #025FE0

Text Example


Text Example

White with #025FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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