Html Css Color HEX #007AC2 Navy Blue

📋 copy color: '#007AC2'

red 0 ◦ green 122 ◦ blue 194

#007AC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #007AC2

Tints of Navy Blue #007AC2

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 122 (48.05% from 255) = 38.61%

 BLUE value IS 194 (76.17% from 255) = 61.39%

R = 0%
G = 38.61%
B = 61.39%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#007AC2 (or 0x007AC2) is known color: Navy Blue. HEX triplet: 00, 7A and C2. RGB value is (0,122,194). Sum of RGB (Red+Green+Blue) = 0+122+194=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 194 (76.17% from 255 or 61.39% from 316); Max value from RGB is 194 - color contains mainly: blue. Hex color #007AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AC2 is #FF853D. Grayscale: #5D5D5D. Windows color (decimal): -16745790 or 12745216. OLE color: 12745216.

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

Color convert

RGB 0 122 194 -
CMYK 1 0.37 0 0.24
HSL 202.27º 1% 0.38% -
HSV(B) 202.27º 1% 0.76% -
XYZ 16.7 17.81 53.6 -
YUV 93.73 184.58 61.15 -
System Red Green Blue C M Y K H S L
Decimal 0 122 194 1 0.37 0 0.24 202.27 1 0.38
Hex 0 7A C2 64 25 0 18 CA 64 26
Octal 0 172 302 144 45 0 30 312 144 46
Binary 0 1111010 11000010 1100100 100101 0 11000 11001010 1100100 100110

Color Harmonies of #007AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007AC2

Black with #007AC2

Text Example


Text Example

White with #007AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #007AC2;
 }
 .AnyTagClassName
 {
   color: #007AC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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