Html Css Color HEX #004ACE Navy Blue

📋 copy color: '#004ACE'

red 0 ◦ green 74 ◦ blue 206

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

Shades of Navy Blue #004ACE

Tints of Navy Blue #004ACE

RGB

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

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

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

R = 0%
G = 26.43%
B = 73.57%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#004ACE (or 0x004ACE) is known color: Navy Blue. HEX triplet: 00, 4A and CE. RGB value is (0,74,206). Sum of RGB (Red+Green+Blue) = 0+74+206=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #004ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ACE is #FFB531. Grayscale: #424242. Windows color (decimal): -16758066 or 13519360. OLE color: 13519360.

HSL color Cylindrical-coordinate representation of color #004ACE: hue angle of 218.45º 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 #004ACE is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 74 206 -
CMYK 1 0.64 0 0.19
HSL 218.45º 1% 0.4% -
HSV(B) 218.45º 1% 0.81% -
XYZ 13.59 9.35 59.48 -
YUV 66.92 206.48 80.27 -
System Red Green Blue C M Y K H S L
Decimal 0 74 206 1 0.64 0 0.19 218.45 1 0.4
Hex 0 4A CE 64 40 0 13 DA 64 28
Octal 0 112 316 144 100 0 23 332 144 50
Binary 0 1001010 11001110 1100100 1000000 0 10011 11011010 1100100 101000

Color Harmonies of #004ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ACE

Black with #004ACE

Text Example


Text Example

White with #004ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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