Html Css Color HEX #025DCD Navy Blue

📋 copy color: '#025DCD'

red 2 ◦ green 93 ◦ blue 205

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

Shades of Navy Blue #025DCD

Tints of Navy Blue #025DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

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

R = 0.67%
G = 31%
B = 68.33%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#025DCD (or 0x025DCD) is known color: Navy Blue. HEX triplet: 02, 5D and CD. RGB value is (2,93,205). Sum of RGB (Red+Green+Blue) = 2+93+205=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #025DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DCD is #FDA232. Grayscale: #4E4E4E. Windows color (decimal): -16622131 or 13458690. OLE color: 13458690.

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

Color convert

RGB 2 93 205 -
CMYK 0.99 0.55 0 0.20
HSL 213.1º 0.98% 0.41% -
HSV(B) 213.1º 0.99% 0.8% -
XYZ 14.96 12.25 59.33 -
YUV 78.56 199.35 73.39 -
System Red Green Blue C M Y K H S L
Decimal 2 93 205 0.99 0.55 0 0.20 213.1 0.98 0.41
Hex 2 5D CD 63 37 0 14 D5 62 29
Octal 2 135 315 143 67 0 24 325 142 51
Binary 10 1011101 11001101 1100011 110111 0 10100 11010101 1100010 101001

Color Harmonies of #025DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025DCD

Black with #025DCD

Text Example


Text Example

White with #025DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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