Html Css Color HEX #025ADE Navy Blue

📋 copy color: '#025ADE'

red 2 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #025ADE

Tints of Navy Blue #025ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.7%

R = 0.64%
G = 28.66%
B = 70.7%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#025ADE (or 0x025ADE) is known color: Navy Blue. HEX triplet: 02, 5A and DE. RGB value is (2,90,222). Sum of RGB (Red+Green+Blue) = 2+90+222=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #025ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ADE is #FDA521. Grayscale: #4E4E4E. Windows color (decimal): -16622882 or 14572034. OLE color: 14572034.

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

Color convert

RGB 2 90 222 -
CMYK 0.99 0.59 0 0.13
HSL 216º 0.98% 0.44% -
HSV(B) 216º 0.99% 0.87% -
XYZ 16.87 12.6 70.65 -
YUV 78.74 208.85 73.27 -
System Red Green Blue C M Y K H S L
Decimal 2 90 222 0.99 0.59 0 0.13 216 0.98 0.44
Hex 2 5A DE 63 3B 0 D D8 62 2C
Octal 2 132 336 143 73 0 15 330 142 54
Binary 10 1011010 11011110 1100011 111011 0 1101 11011000 1100010 101100

Color Harmonies of #025ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025ADE

Black with #025ADE

Text Example


Text Example

White with #025ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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