Html Css Color HEX #025ACD Navy Blue

📋 copy color: '#025ACD'

red 2 ◦ green 90 ◦ blue 205

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

Shades of Navy Blue #025ACD

Tints of Navy Blue #025ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.02%

R = 0.67%
G = 30.3%
B = 69.02%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#025ACD (or 0x025ACD) is known color: Navy Blue. HEX triplet: 02, 5A and CD. RGB value is (2,90,205). Sum of RGB (Red+Green+Blue) = 2+90+205=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #025ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ACD is #FDA532. Grayscale: #4C4C4C. Windows color (decimal): -16622899 or 13457922. OLE color: 13457922.

HSL color Cylindrical-coordinate representation of color #025ACD: hue angle of 213.99º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025ACD is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 90 205 -
CMYK 0.99 0.56 0 0.20
HSL 213.99º 0.98% 0.41% -
HSV(B) 213.99º 0.99% 0.8% -
XYZ 14.7 11.73 59.25 -
YUV 76.8 200.35 74.65 -
System Red Green Blue C M Y K H S L
Decimal 2 90 205 0.99 0.56 0 0.20 213.99 0.98 0.41
Hex 2 5A CD 63 38 0 14 D6 62 29
Octal 2 132 315 143 70 0 24 326 142 51
Binary 10 1011010 11001101 1100011 111000 0 10100 11010110 1100010 101001

Color Harmonies of #025ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025ACD

Black with #025ACD

Text Example


Text Example

White with #025ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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