Html Css Color HEX #007ACE Navy Blue

📋 copy color: '#007ACE'

red 0 ◦ green 122 ◦ blue 206

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

Shades of Navy Blue #007ACE

Tints of Navy Blue #007ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.8%

R = 0%
G = 37.2%
B = 62.8%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#007ACE (or 0x007ACE) is known color: Navy Blue. HEX triplet: 00, 7A and CE. RGB value is (0,122,206). Sum of RGB (Red+Green+Blue) = 0+122+206=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #007ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ACE is #FF8531. Grayscale: #5E5E5E. Windows color (decimal): -16745778 or 13531648. OLE color: 13531648.

HSL color Cylindrical-coordinate representation of color #007ACE: hue angle of 204.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ACE is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 122 206 -
CMYK 1 0.41 0 0.19
HSL 204.47º 1% 0.4% -
HSV(B) 204.47º 1% 0.81% -
XYZ 18.1 18.38 60.99 -
YUV 95.1 190.58 60.17 -
System Red Green Blue C M Y K H S L
Decimal 0 122 206 1 0.41 0 0.19 204.47 1 0.4
Hex 0 7A CE 64 29 0 13 CC 64 28
Octal 0 172 316 144 51 0 23 314 144 50
Binary 0 1111010 11001110 1100100 101001 0 10011 11001100 1100100 101000

Color Harmonies of #007ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007ACE

Black with #007ACE

Text Example


Text Example

White with #007ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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