Html Css Color HEX #025ECD Navy Blue

📋 copy color: '#025ECD'

red 2 ◦ green 94 ◦ blue 205

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

Shades of Navy Blue #025ECD

Tints of Navy Blue #025ECD

RGB

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

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

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

R = 0.66%
G = 31.23%
B = 68.11%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#025ECD (or 0x025ECD) is known color: Navy Blue. HEX triplet: 02, 5E and CD. RGB value is (2,94,205). Sum of RGB (Red+Green+Blue) = 2+94+205=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #025ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ECD is #FDA132. Grayscale: #4E4E4E. Windows color (decimal): -16621875 or 13458946. OLE color: 13458946.

HSL color Cylindrical-coordinate representation of color #025ECD: hue angle of 212.81º 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 #025ECD is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 94 205 -
CMYK 0.99 0.54 0 0.20
HSL 212.81º 0.98% 0.41% -
HSV(B) 212.81º 0.99% 0.8% -
XYZ 15.05 12.43 59.36 -
YUV 79.15 199.02 72.97 -
System Red Green Blue C M Y K H S L
Decimal 2 94 205 0.99 0.54 0 0.20 212.81 0.98 0.41
Hex 2 5E CD 63 36 0 14 D5 62 29
Octal 2 136 315 143 66 0 24 325 142 51
Binary 10 1011110 11001101 1100011 110110 0 10100 11010101 1100010 101001

Color Harmonies of #025ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025ECD

Black with #025ECD

Text Example


Text Example

White with #025ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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