#004acf

Color #004ACF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #004ACF

Tints of Navy Blue #004ACF

Color information

#004ACF (or 0x004ACF) is unknown color: approx 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

RGB074207-
CMYK10.6400.19
HSL218.55º100%40.59%-
HSV(B)218.55º100%81.18%-
XYZ13.719.460.12-
YUV67.04206.9880.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 207 (81.25% from 255) = 73.67%
R=0%
G=26.33%
B=73.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal07420710.6400.19218.5510040.59
Hex04ACF6440013db6429
Octal011231714410002333314451
Binary010010101100111111001001000000010011110110111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004acf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>