Html Css Color HEX #025EDB Navy Blue

📋 copy color: '#025EDB'

red 2 ◦ green 94 ◦ blue 219

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

Shades of Navy Blue #025EDB

Tints of Navy Blue #025EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.52%

R = 0.63%
G = 29.84%
B = 69.52%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#025EDB (or 0x025EDB) is known color: Navy Blue. HEX triplet: 02, 5E and DB. RGB value is (2,94,219). Sum of RGB (Red+Green+Blue) = 2+94+219=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #025EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025EDB is #FDA124. Grayscale: #505050. Windows color (decimal): -16621861 or 14376450. OLE color: 14376450.

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

Color convert

RGB 2 94 219 -
CMYK 0.99 0.57 0 0.14
HSL 214.56º 0.98% 0.43% -
HSV(B) 214.56º 0.99% 0.86% -
XYZ 16.81 13.13 68.67 -
YUV 80.74 206.02 71.84 -
System Red Green Blue C M Y K H S L
Decimal 2 94 219 0.99 0.57 0 0.14 214.56 0.98 0.43
Hex 2 5E DB 63 39 0 E D7 62 2B
Octal 2 136 333 143 71 0 16 327 142 53
Binary 10 1011110 11011011 1100011 111001 0 1110 11010111 1100010 101011

Color Harmonies of #025EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025EDB

Black with #025EDB

Text Example


Text Example

White with #025EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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