Html Css Color HEX #024DCB Navy Blue

📋 copy color: '#024DCB'

red 2 ◦ green 77 ◦ blue 203

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

Shades of Navy Blue #024DCB

Tints of Navy Blue #024DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.99%

R = 0.71%
G = 27.3%
B = 71.99%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#024DCB (or 0x024DCB) is known color: Navy Blue. HEX triplet: 02, 4D and CB. RGB value is (2,77,203). Sum of RGB (Red+Green+Blue) = 2+77+203=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #024DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DCB is #FDB234. Grayscale: #444444. Windows color (decimal): -16626229 or 13323522. OLE color: 13323522.

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

Color convert

RGB 2 77 203 -
CMYK 0.99 0.62 0 0.20
HSL 217.61º 0.98% 0.4% -
HSV(B) 217.61º 0.99% 0.8% -
XYZ 13.46 9.63 57.65 -
YUV 68.94 203.65 80.25 -
System Red Green Blue C M Y K H S L
Decimal 2 77 203 0.99 0.62 0 0.20 217.61 0.98 0.4
Hex 2 4D CB 63 3E 0 14 DA 62 28
Octal 2 115 313 143 76 0 24 332 142 50
Binary 10 1001101 11001011 1100011 111110 0 10100 11011010 1100010 101000

Color Harmonies of #024DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DCB

Black with #024DCB

Text Example


Text Example

White with #024DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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