Html Css Color HEX #004ACF Navy Blue

📋 copy color: '#004ACF'

red 0 ◦ green 74 ◦ blue 207

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

Shades of Navy Blue #004ACF

Tints of Navy Blue #004ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 73.67%

R = 0%
G = 26.33%
B = 73.67%

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

#004ACF (or 0x004ACF) is known color: Navy Blue. HEX triplet: 00, 4A and CF. RGB value is (0,74,207). Sum of RGB (Red+Green+Blue) = 0+74+207=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #004ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ACF is #FFB530. Grayscale: #424242. Windows color (decimal): -16758065 or 13584896. OLE color: 13584896.

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

Color convert

RGB 0 74 207 -
CMYK 1 0.64 0 0.19
HSL 218.55º 1% 0.41% -
HSV(B) 218.55º 1% 0.81% -
XYZ 13.71 9.4 60.12 -
YUV 67.04 206.98 80.19 -
System Red Green Blue C M Y K H S L
Decimal 0 74 207 1 0.64 0 0.19 218.55 1 0.41
Hex 0 4A CF 64 40 0 13 DB 64 29
Octal 0 112 317 144 100 0 23 333 144 51
Binary 0 1001010 11001111 1100100 1000000 0 10011 11011011 1100100 101001

Color Harmonies of #004ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ACF

Black with #004ACF

Text Example


Text Example

White with #004ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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