Html Css Color HEX #024DCA Navy Blue

📋 copy color: '#024DCA'

red 2 ◦ green 77 ◦ blue 202

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

Shades of Navy Blue #024DCA

Tints of Navy Blue #024DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 202 (79.3% from 255) = 71.89%

R = 0.71%
G = 27.4%
B = 71.89%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#024DCA (or 0x024DCA) is known color: Navy Blue. HEX triplet: 02, 4D and CA. RGB value is (2,77,202). Sum of RGB (Red+Green+Blue) = 2+77+202=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #024DCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DCA is #FDB235. Grayscale: #444444. Windows color (decimal): -16626230 or 13257986. OLE color: 13257986.

HSL color Cylindrical-coordinate representation of color #024DCA: hue angle of 217.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DCA is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 77 202 -
CMYK 0.99 0.62 0 0.21
HSL 217.5º 0.98% 0.4% -
HSV(B) 217.5º 0.99% 0.79% -
XYZ 13.34 9.58 57.02 -
YUV 68.83 203.15 80.34 -
System Red Green Blue C M Y K H S L
Decimal 2 77 202 0.99 0.62 0 0.21 217.5 0.98 0.4
Hex 2 4D CA 63 3E 0 15 DA 62 28
Octal 2 115 312 143 76 0 25 332 142 50
Binary 10 1001101 11001010 1100011 111110 0 10101 11011010 1100010 101000

Color Harmonies of #024DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DCA

Black with #024DCA

Text Example


Text Example

White with #024DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,77,202); }

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

background-color css

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

 a { background-color: rgb(2,77,202); }

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

border-color css

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

 span { border-color: rgb(2,77,202); }

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