Html Css Color HEX #024CD1 Navy Blue

📋 copy color: '#024CD1'

red 2 ◦ green 76 ◦ blue 209

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

Shades of Navy Blue #024CD1

Tints of Navy Blue #024CD1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.48%

 BLUE value IS 209 (82.03% from 255) = 72.82%

R = 0.7%
G = 26.48%
B = 72.82%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#024CD1 (or 0x024CD1) is known color: Navy Blue. HEX triplet: 02, 4C and D1. RGB value is (2,76,209). Sum of RGB (Red+Green+Blue) = 2+76+209=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 209 (82.03% from 255 or 72.82% from 287); Max value from RGB is 209 - color contains mainly: blue. Hex color #024CD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CD1 is #FDB32E. Grayscale: #444444. Windows color (decimal): -16626479 or 13716482. OLE color: 13716482.

HSL color Cylindrical-coordinate representation of color #024CD1: hue angle of 218.55º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CD1 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 76 209 -
CMYK 0.99 0.64 0 0.18
HSL 218.55º 0.98% 0.41% -
HSV(B) 218.55º 0.99% 0.82% -
XYZ 14.12 9.79 61.47 -
YUV 69.04 206.98 80.19 -
System Red Green Blue C M Y K H S L
Decimal 2 76 209 0.99 0.64 0 0.18 218.55 0.98 0.41
Hex 2 4C D1 63 40 0 12 DB 62 29
Octal 2 114 321 143 100 0 22 333 142 51
Binary 10 1001100 11010001 1100011 1000000 0 10010 11011011 1100010 101001

Color Harmonies of #024CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CD1

Black with #024CD1

Text Example


Text Example

White with #024CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,76,209); }

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

background-color css

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

 a { background-color: rgb(2,76,209); }

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

border-color css

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

 span { border-color: rgb(2,76,209); }

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