Html Css Color HEX #004DC8 Navy Blue

📋 copy color: '#004DC8'

red 0 ◦ green 77 ◦ blue 200

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

Shades of Navy Blue #004DC8

Tints of Navy Blue #004DC8

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 200 (78.52% from 255) = 72.2%

R = 0%
G = 27.8%
B = 72.2%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#004DC8 (or 0x004DC8) is known color: Navy Blue. HEX triplet: 00, 4D and C8. RGB value is (0,77,200). Sum of RGB (Red+Green+Blue) = 0+77+200=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 200 (78.52% from 255 or 72.20% from 277); Max value from RGB is 200 - color contains mainly: blue. Hex color #004DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DC8 is #FFB237. Grayscale: #434343. Windows color (decimal): -16757304 or 13126912. OLE color: 13126912.

HSL color Cylindrical-coordinate representation of color #004DC8: hue angle of 216.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DC8 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 77 200 -
CMYK 1 0.62 0 0.22
HSL 216.9º 1% 0.39% -
HSV(B) 216.9º 1% 0.78% -
XYZ 13.08 9.48 55.78 -
YUV 68 202.49 79.5 -
System Red Green Blue C M Y K H S L
Decimal 0 77 200 1 0.62 0 0.22 216.9 1 0.39
Hex 0 4D C8 64 3E 0 16 D9 64 27
Octal 0 115 310 144 76 0 26 331 144 47
Binary 0 1001101 11001000 1100100 111110 0 10110 11011001 1100100 100111

Color Harmonies of #004DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DC8

Black with #004DC8

Text Example


Text Example

White with #004DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004DC8; }

 p { color: rgb(0,77,200); }

 H1.HeaderClassName
 {
   color: #004DC8;
 }
 .AnyTagClassName
 {
   color: #004DC8;
 }
</style>

background-color css

<style>
 a { background-color: #004DC8; }

 a { background-color: rgb(0,77,200); }

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

border-color css

<style>
 span { border-color: #004DC8; }

 span { border-color: rgb(0,77,200); }

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