Html Css Color HEX #025AD3 Navy Blue

📋 copy color: '#025AD3'

red 2 ◦ green 90 ◦ blue 211

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

Shades of Navy Blue #025AD3

Tints of Navy Blue #025AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 69.64%

R = 0.66%
G = 29.7%
B = 69.64%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#025AD3 (or 0x025AD3) is known color: Navy Blue. HEX triplet: 02, 5A and D3. RGB value is (2,90,211). Sum of RGB (Red+Green+Blue) = 2+90+211=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 211 (82.81% from 255 or 69.64% from 303); Max value from RGB is 211 - color contains mainly: blue. Hex color #025AD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025AD3 is #FDA52C. Grayscale: #4C4C4C. Windows color (decimal): -16622893 or 13851138. OLE color: 13851138.

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

Color convert

RGB 2 90 211 -
CMYK 0.99 0.57 0 0.17
HSL 214.74º 0.98% 0.42% -
HSV(B) 214.74º 0.99% 0.83% -
XYZ 15.44 12.03 63.14 -
YUV 77.48 203.35 74.16 -
System Red Green Blue C M Y K H S L
Decimal 2 90 211 0.99 0.57 0 0.17 214.74 0.98 0.42
Hex 2 5A D3 63 39 0 11 D7 62 2A
Octal 2 132 323 143 71 0 21 327 142 52
Binary 10 1011010 11010011 1100011 111001 0 10001 11010111 1100010 101010

Color Harmonies of #025AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025AD3

Black with #025AD3

Text Example


Text Example

White with #025AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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