#017ACF

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

Shades of Navy Blue #017ACF

Tints of Navy Blue #017ACF

Color information

#017ACF (or 0x017ACF) is unknown color: approx Navy Blue. HEX triplet: 01, 7A and CF. RGB value is (1,122,207). Sum of RGB (Red+Green+Blue) = 1+122+207=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #017ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ACF is #FE8530. Grayscale: #5F5F5F. Windows color (decimal): -16680241 or 13597185. OLE color: 13597185.

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

Color convert

RGB1122207-
CMYK1.000.4100.19
HSL204.76º99.04%40.78%-
HSV(B)204.76º99.52%81.18%-
XYZ18.2318.4361.63-
YUV95.51190.9160.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 207 (81.25% from 255) = 62.73%
R=0.30%
G=36.97%
B=62.73%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11222071.000.4100.19204.7699.0440.78
Hex17ACF6429013cd6329
Octal11723171445102331514351
Binary11111010110011111100100101001010011110011011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,122,207); }

 H1.HeaderClassName
 {
   color: #017ACF;
 }
 .AnyTagClassName
 {
   color: #017ACF;
 }
</style>
background-color css

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

 a { background-color: rgb(1,122,207); }

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

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

 span { border-color: rgb(1,122,207); }

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