Html Css Color HEX #007AC3 Navy Blue

📋 copy color: '#007AC3'

red 0 ◦ green 122 ◦ blue 195

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

Shades of Navy Blue #007AC3

Tints of Navy Blue #007AC3

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 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

#007AC3 (or 0x007AC3) is known color: 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

RGB 0 122 195 -
CMYK 1 0.37 0 0.24
HSL 202.46º 1% 0.38% -
HSV(B) 202.46º 1% 0.76% -
XYZ 16.81 17.86 54.19 -
YUV 93.84 185.08 61.06 -
System Red Green Blue C M Y K H S L
Decimal 0 122 195 1 0.37 0 0.24 202.46 1 0.38
Hex 0 7A C3 64 25 0 18 CA 64 26
Octal 0 172 303 144 45 0 30 312 144 46
Binary 0 1111010 11000011 1100100 100101 0 11000 11001010 1100100 100110

Color Harmonies of #007AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007AC3

Black with #007AC3

Text Example


Text Example

White with #007AC3

Text Example


Text Example

HTML Codes & Css Web 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>