#007ACC

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

Shades of Navy Blue #007ACC

Tints of Navy Blue #007ACC

Color information

#007ACC (or 0x007ACC) is unknown color: approx Navy Blue. HEX triplet: 00, 7A and CC. RGB value is (0,122,204). Sum of RGB (Red+Green+Blue) = 0+122+204=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #007ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ACC is #FF8533. Grayscale: #5E5E5E. Windows color (decimal): -16745780 or 13400576. OLE color: 13400576.

HSL color Cylindrical-coordinate representation of color #007ACC: hue angle of 204.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ACC is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0122204-
CMYK10.4000.2
HSL204.12º100%40%-
HSV(B)204.12º100%80%-
XYZ17.8618.2859.71-
YUV94.87189.5860.33-

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.42%
BLUE value IS 204 (80.08% from 255) = 62.58%
R=0%
G=37.42%
B=62.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal012220410.4000.2204.1210040
Hex07ACC6428014cc6428
Octal01723141445002431414450
Binary01111010110011001100100101000010100110011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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