Html Css Color HEX #025FCD Navy Blue

📋 copy color: '#025FCD'

red 2 ◦ green 95 ◦ blue 205

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

Shades of Navy Blue #025FCD

Tints of Navy Blue #025FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

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

R = 0.66%
G = 31.46%
B = 67.88%

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

#025FCD (or 0x025FCD) is known color: Navy Blue. HEX triplet: 02, 5F and CD. RGB value is (2,95,205). Sum of RGB (Red+Green+Blue) = 2+95+205=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #025FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025FCD is #FDA032. Grayscale: #4F4F4F. Windows color (decimal): -16621619 or 13459202. OLE color: 13459202.

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

Color convert

RGB 2 95 205 -
CMYK 0.99 0.54 0 0.20
HSL 212.51º 0.98% 0.41% -
HSV(B) 212.51º 0.99% 0.8% -
XYZ 15.14 12.61 59.39 -
YUV 79.73 198.69 72.56 -
System Red Green Blue C M Y K H S L
Decimal 2 95 205 0.99 0.54 0 0.20 212.51 0.98 0.41
Hex 2 5F CD 63 36 0 14 D5 62 29
Octal 2 137 315 143 66 0 24 325 142 51
Binary 10 1011111 11001101 1100011 110110 0 10100 11010101 1100010 101001

Color Harmonies of #025FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025FCD

Black with #025FCD

Text Example


Text Example

White with #025FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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