#007acf

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

Shades of Navy Blue #007ACF

Tints of Navy Blue #007ACF

Color information

#007ACF (or 0x007ACF) is unknown color: approx Navy Blue. HEX triplet: 00, 7A and CF. RGB value is (0,122,207). Sum of RGB (Red+Green+Blue) = 0+122+207=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #007ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ACF is #FF8530. Grayscale: #5E5E5E. Windows color (decimal): -16745777 or 13597184. OLE color: 13597184.

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

Color convert

RGB0122207-
CMYK10.4100.19
HSL204.64º100%40.59%-
HSV(B)204.64º100%81.18%-
XYZ18.2218.4261.63-
YUV95.21191.0860.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 207 (81.25% from 255) = 62.92%
R=0%
G=37.08%
B=62.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal012220710.4100.19204.6410040.59
Hex07ACF6429013cd6429
Octal01723171445102331514451
Binary01111010110011111100100101001010011110011011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007acf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007acf; }

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

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

<style>
 a { background-color: #007acf; }

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

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

<style>
 span { border-color: #007acf; }

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

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