Html Css Color HEX #004ACC Navy Blue

📋 copy color: '#004ACC'

red 0 ◦ green 74 ◦ blue 204

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

Shades of Navy Blue #004ACC

Tints of Navy Blue #004ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

 BLUE value IS 204 (80.08% from 255) = 73.38%

R = 0%
G = 26.62%
B = 73.38%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#004ACC (or 0x004ACC) is known color: Navy Blue. HEX triplet: 00, 4A and CC. RGB value is (0,74,204). Sum of RGB (Red+Green+Blue) = 0+74+204=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #004ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ACC is #FFB533. Grayscale: #424242. Windows color (decimal): -16758068 or 13388288. OLE color: 13388288.

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

Color convert

RGB 0 74 204 -
CMYK 1 0.64 0 0.2
HSL 218.24º 1% 0.4% -
HSV(B) 218.24º 1% 0.8% -
XYZ 13.35 9.26 58.21 -
YUV 66.69 205.48 80.43 -
System Red Green Blue C M Y K H S L
Decimal 0 74 204 1 0.64 0 0.2 218.24 1 0.4
Hex 0 4A CC 64 40 0 14 DA 64 28
Octal 0 112 314 144 100 0 24 332 144 50
Binary 0 1001010 11001100 1100100 1000000 0 10100 11011010 1100100 101000

Color Harmonies of #004ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ACC

Black with #004ACC

Text Example


Text Example

White with #004ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,74,204); }

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

background-color css

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

 a { background-color: rgb(0,74,204); }

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

border-color css

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

 span { border-color: rgb(0,74,204); }

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