Html Css Color HEX #025EDA Navy Blue

📋 copy color: '#025EDA'

red 2 ◦ green 94 ◦ blue 218

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

Shades of Navy Blue #025EDA

Tints of Navy Blue #025EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.43%

R = 0.64%
G = 29.94%
B = 69.43%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#025EDA (or 0x025EDA) is known color: Navy Blue. HEX triplet: 02, 5E and DA. RGB value is (2,94,218). Sum of RGB (Red+Green+Blue) = 2+94+218=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #025EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025EDA is #FDA125. Grayscale: #505050. Windows color (decimal): -16621862 or 14310914. OLE color: 14310914.

HSL color Cylindrical-coordinate representation of color #025EDA: hue angle of 214.44º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025EDA is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 94 218 -
CMYK 0.99 0.57 0 0.15
HSL 214.44º 0.98% 0.43% -
HSV(B) 214.44º 0.99% 0.85% -
XYZ 16.68 13.08 67.98 -
YUV 80.63 205.52 71.92 -
System Red Green Blue C M Y K H S L
Decimal 2 94 218 0.99 0.57 0 0.15 214.44 0.98 0.43
Hex 2 5E DA 63 39 0 F D6 62 2B
Octal 2 136 332 143 71 0 17 326 142 53
Binary 10 1011110 11011010 1100011 111001 0 1111 11010110 1100010 101011

Color Harmonies of #025EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025EDA

Black with #025EDA

Text Example


Text Example

White with #025EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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