Html Css Color HEX #004BDC Navy Blue

📋 copy color: '#004BDC'

red 0 ◦ green 75 ◦ blue 220

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

Shades of Navy Blue #004BDC

Tints of Navy Blue #004BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.42%

 BLUE value IS 220 (86.33% from 255) = 74.58%

R = 0%
G = 25.42%
B = 74.58%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#004BDC (or 0x004BDC) is known color: Navy Blue. HEX triplet: 00, 4B and DC. RGB value is (0,75,220). Sum of RGB (Red+Green+Blue) = 0+75+220=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #004BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BDC is #FFB423. Grayscale: #444444. Windows color (decimal): -16757796 or 14437120. OLE color: 14437120.

HSL color Cylindrical-coordinate representation of color #004BDC: hue angle of 219.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BDC is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 75 220 -
CMYK 1 0.66 0 0.14
HSL 219.55º 1% 0.43% -
HSV(B) 219.55º 1% 0.86% -
XYZ 15.43 10.2 68.87 -
YUV 69.11 213.15 78.71 -
System Red Green Blue C M Y K H S L
Decimal 0 75 220 1 0.66 0 0.14 219.55 1 0.43
Hex 0 4B DC 64 42 0 E DC 64 2B
Octal 0 113 334 144 102 0 16 334 144 53
Binary 0 1001011 11011100 1100100 1000010 0 1110 11011100 1100100 101011

Color Harmonies of #004BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BDC

Black with #004BDC

Text Example


Text Example

White with #004BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,75,220); }

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

background-color css

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

 a { background-color: rgb(0,75,220); }

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

border-color css

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

 span { border-color: rgb(0,75,220); }

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