Html Css Color HEX #024FCD Navy Blue

📋 copy color: '#024FCD'

red 2 ◦ green 79 ◦ blue 205

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

Shades of Navy Blue #024FCD

Tints of Navy Blue #024FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.62%

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

R = 0.7%
G = 27.62%
B = 71.68%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#024FCD (or 0x024FCD) is known color: Navy Blue. HEX triplet: 02, 4F and CD. RGB value is (2,79,205). Sum of RGB (Red+Green+Blue) = 2+79+205=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #024FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FCD is #FDB032. Grayscale: #454545. Windows color (decimal): -16625715 or 13455106. OLE color: 13455106.

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

Color convert

RGB 2 79 205 -
CMYK 0.99 0.61 0 0.20
HSL 217.24º 0.98% 0.41% -
HSV(B) 217.24º 0.99% 0.8% -
XYZ 13.84 10.01 58.96 -
YUV 70.34 203.99 79.25 -
System Red Green Blue C M Y K H S L
Decimal 2 79 205 0.99 0.61 0 0.20 217.24 0.98 0.41
Hex 2 4F CD 63 3D 0 14 D9 62 29
Octal 2 117 315 143 75 0 24 331 142 51
Binary 10 1001111 11001101 1100011 111101 0 10100 11011001 1100010 101001

Color Harmonies of #024FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FCD

Black with #024FCD

Text Example


Text Example

White with #024FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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