Html Css Color HEX #024DCC Navy Blue

📋 copy color: '#024DCC'

red 2 ◦ green 77 ◦ blue 204

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

Shades of Navy Blue #024DCC

Tints of Navy Blue #024DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 72.08%

R = 0.71%
G = 27.21%
B = 72.08%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#024DCC (or 0x024DCC) is known color: Navy Blue. HEX triplet: 02, 4D and CC. RGB value is (2,77,204). Sum of RGB (Red+Green+Blue) = 2+77+204=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #024DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DCC is #FDB233. Grayscale: #444444. Windows color (decimal): -16626228 or 13389058. OLE color: 13389058.

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

Color convert

RGB 2 77 204 -
CMYK 0.99 0.62 0 0.2
HSL 217.72º 0.98% 0.4% -
HSV(B) 217.72º 0.99% 0.8% -
XYZ 13.58 9.68 58.28 -
YUV 69.05 204.15 80.17 -
System Red Green Blue C M Y K H S L
Decimal 2 77 204 0.99 0.62 0 0.2 217.72 0.98 0.4
Hex 2 4D CC 63 3E 0 14 DA 62 28
Octal 2 115 314 143 76 0 24 332 142 50
Binary 10 1001101 11001100 1100011 111110 0 10100 11011010 1100010 101000

Color Harmonies of #024DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DCC

Black with #024DCC

Text Example


Text Example

White with #024DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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