Html Css Color HEX #025EE8 Navy Blue

📋 copy color: '#025EE8'

red 2 ◦ green 94 ◦ blue 232

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

Shades of Navy Blue #025EE8

Tints of Navy Blue #025EE8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

 BLUE value IS 232 (91.02% from 255) = 70.73%

R = 0.61%
G = 28.66%
B = 70.73%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#025EE8 (or 0x025EE8) is known color: Navy Blue. HEX triplet: 02, 5E and E8. RGB value is (2,94,232). Sum of RGB (Red+Green+Blue) = 2+94+232=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 232 (91.02% from 255 or 70.73% from 328); Max value from RGB is 232 - color contains mainly: blue. Hex color #025EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025EE8 is #FDA117. Grayscale: #515151. Windows color (decimal): -16621848 or 15228418. OLE color: 15228418.

HSL color Cylindrical-coordinate representation of color #025EE8: hue angle of 216º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025EE8 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 94 232 -
CMYK 0.99 0.59 0 0.09
HSL 216º 0.98% 0.46% -
HSV(B) 216º 0.99% 0.91% -
XYZ 18.59 13.84 78.04 -
YUV 82.22 212.52 70.78 -
System Red Green Blue C M Y K H S L
Decimal 2 94 232 0.99 0.59 0 0.09 216 0.98 0.46
Hex 2 5E E8 63 3B 0 9 D8 62 2E
Octal 2 136 350 143 73 0 11 330 142 56
Binary 10 1011110 11101000 1100011 111011 0 1001 11011000 1100010 101110

Color Harmonies of #025EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025EE8

Black with #025EE8

Text Example


Text Example

White with #025EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,94,232); }

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

background-color css

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

 a { background-color: rgb(2,94,232); }

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

border-color css

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

 span { border-color: rgb(2,94,232); }

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