#007AC3

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

Shades of Navy Blue #007AC3

Tints of Navy Blue #007AC3

Color information

#007AC3 (or 0x007AC3) is unknown color: approx Navy Blue. HEX triplet: 00, 7A and C3. RGB value is (0,122,195). Sum of RGB (Red+Green+Blue) = 0+122+195=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 195 (76.56% from 255 or 61.51% from 317); Max value from RGB is 195 - color contains mainly: blue. Hex color #007AC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AC3 is #FF853C. Grayscale: #5D5D5D. Windows color (decimal): -16745789 or 12810752. OLE color: 12810752.

HSL color Cylindrical-coordinate representation of color #007AC3: hue angle of 202.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AC3 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB0122195-
CMYK10.3700.24
HSL202.46º100%38.24%-
HSV(B)202.46º100%76.47%-
XYZ16.8117.8654.19-
YUV93.84185.0861.06-

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) = 38.49%
BLUE value IS 195 (76.56% from 255) = 61.51%
R=0%
G=38.49%
B=61.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal012219510.3700.24202.4610038.24
Hex07AC36425018ca6426
Octal01723031444503031214446
Binary01111010110000111100100100101011000110010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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