Html Css Color HEX #007ACC Navy Blue

📋 copy color: '#007ACC'

red 0 ◦ green 122 ◦ blue 204

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

Shades of Navy Blue #007ACC

Tints of Navy Blue #007ACC

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 value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

RGB 0 122 204 -
CMYK 1 0.40 0 0.2
HSL 204.12º 1% 0.4% -
HSV(B) 204.12º 1% 0.8% -
XYZ 17.86 18.28 59.71 -
YUV 94.87 189.58 60.33 -
System Red Green Blue C M Y K H S L
Decimal 0 122 204 1 0.40 0 0.2 204.12 1 0.4
Hex 0 7A CC 64 28 0 14 CC 64 28
Octal 0 172 314 144 50 0 24 314 144 50
Binary 0 1111010 11001100 1100100 101000 0 10100 11001100 1100100 101000

Color Harmonies of #007ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007ACC

Black with #007ACC

Text Example


Text Example

White with #007ACC

Text Example


Text Example

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