Html Css Color HEX #007AC0 Navy Blue

📋 copy color: '#007AC0'

red 0 ◦ green 122 ◦ blue 192

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

Shades of Navy Blue #007AC0

Tints of Navy Blue #007AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 61.15%

R = 0%
G = 38.85%
B = 61.15%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#007AC0 (or 0x007AC0) is known color: Navy Blue. HEX triplet: 00, 7A and C0. RGB value is (0,122,192). Sum of RGB (Red+Green+Blue) = 0+122+192=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #007AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AC0 is #FF853F. Grayscale: #5D5D5D. Windows color (decimal): -16745792 or 12614144. OLE color: 12614144.

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

Color convert

RGB 0 122 192 -
CMYK 1 0.36 0 0.25
HSL 201.88º 1% 0.38% -
HSV(B) 201.88º 1% 0.75% -
XYZ 16.47 17.72 52.42 -
YUV 93.5 183.58 61.31 -
System Red Green Blue C M Y K H S L
Decimal 0 122 192 1 0.36 0 0.25 201.88 1 0.38
Hex 0 7A C0 64 24 0 19 CA 64 26
Octal 0 172 300 144 44 0 31 312 144 46
Binary 0 1111010 11000000 1100100 100100 0 11001 11001010 1100100 100110

Color Harmonies of #007AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007AC0

Black with #007AC0

Text Example


Text Example

White with #007AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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