Html Css Color HEX #004CDD Navy Blue

📋 copy color: '#004CDD'

red 0 ◦ green 76 ◦ blue 221

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

Shades of Navy Blue #004CDD

Tints of Navy Blue #004CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.41%

R = 0%
G = 25.59%
B = 74.41%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#004CDD (or 0x004CDD) is known color: Navy Blue. HEX triplet: 00, 4C and DD. RGB value is (0,76,221). Sum of RGB (Red+Green+Blue) = 0+76+221=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #004CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CDD is #FFB322. Grayscale: #454545. Windows color (decimal): -16757539 or 14502912. OLE color: 14502912.

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

Color convert

RGB 0 76 221 -
CMYK 1 0.66 0 0.13
HSL 219.37º 1% 0.43% -
HSV(B) 219.37º 1% 0.87% -
XYZ 15.64 10.39 69.59 -
YUV 69.81 213.32 78.21 -
System Red Green Blue C M Y K H S L
Decimal 0 76 221 1 0.66 0 0.13 219.37 1 0.43
Hex 0 4C DD 64 42 0 D DB 64 2B
Octal 0 114 335 144 102 0 15 333 144 53
Binary 0 1001100 11011101 1100100 1000010 0 1101 11011011 1100100 101011

Color Harmonies of #004CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CDD

Black with #004CDD

Text Example


Text Example

White with #004CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,76,221); }

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

background-color css

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

 a { background-color: rgb(0,76,221); }

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

border-color css

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

 span { border-color: rgb(0,76,221); }

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