Html Css Color HEX #004DCE Navy Blue

📋 copy color: '#004DCE'

red 0 ◦ green 77 ◦ blue 206

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

Shades of Navy Blue #004DCE

Tints of Navy Blue #004DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.79%

R = 0%
G = 27.21%
B = 72.79%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#004DCE (or 0x004DCE) is known color: Navy Blue. HEX triplet: 00, 4D and CE. RGB value is (0,77,206). Sum of RGB (Red+Green+Blue) = 0+77+206=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #004DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DCE is #FFB231. Grayscale: #444444. Windows color (decimal): -16757298 or 13520128. OLE color: 13520128.

HSL color Cylindrical-coordinate representation of color #004DCE: hue angle of 217.57º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DCE is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 77 206 -
CMYK 1 0.63 0 0.19
HSL 217.57º 1% 0.4% -
HSV(B) 217.57º 1% 0.81% -
XYZ 13.79 9.76 59.55 -
YUV 68.68 205.49 79.01 -
System Red Green Blue C M Y K H S L
Decimal 0 77 206 1 0.63 0 0.19 217.57 1 0.4
Hex 0 4D CE 64 3F 0 13 DA 64 28
Octal 0 115 316 144 77 0 23 332 144 50
Binary 0 1001101 11001110 1100100 111111 0 10011 11011010 1100100 101000

Color Harmonies of #004DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DCE

Black with #004DCE

Text Example


Text Example

White with #004DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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