Html Css Color HEX #076ACD Navy Blue

📋 copy color: '#076ACD'

red 7 ◦ green 106 ◦ blue 205

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

Shades of Navy Blue #076ACD

Tints of Navy Blue #076ACD

RGB

 RED value IS 7 (3.13% from 255) = 2.2%

 GREEN value IS 106 (41.8% from 255) = 33.33%

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 2.2%
G = 33.33%
B = 64.47%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#076ACD (or 0x076ACD) is known color: Navy Blue. HEX triplet: 07, 6A and CD. RGB value is (7,106,205). Sum of RGB (Red+Green+Blue) = 7+106+205=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #076ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ACD is #F89532. Grayscale: #575757. Windows color (decimal): -16291123 or 13462023. OLE color: 13462023.

HSL color Cylindrical-coordinate representation of color #076ACD: hue angle of 210º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076ACD is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 106 205 -
CMYK 0.97 0.48 0 0.20
HSL 210º 0.93% 0.42% -
HSV(B) 210º 0.97% 0.8% -
XYZ 16.26 14.76 59.75 -
YUV 87.69 194.2 70.45 -
System Red Green Blue C M Y K H S L
Decimal 7 106 205 0.97 0.48 0 0.20 210 0.93 0.42
Hex 7 6A CD 61 30 0 14 D2 5D 2A
Octal 7 152 315 141 60 0 24 322 135 52
Binary 111 1101010 11001101 1100001 110000 0 10100 11010010 1011101 101010

Color Harmonies of #076ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076ACD

Black with #076ACD

Text Example


Text Example

White with #076ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076ACD; }

 p { color: rgb(7,106,205); }

 H1.HeaderClassName
 {
   color: #076ACD;
 }
 .AnyTagClassName
 {
   color: #076ACD;
 }
</style>

background-color css

<style>
 a { background-color: #076ACD; }

 a { background-color: rgb(7,106,205); }

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

border-color css

<style>
 span { border-color: #076ACD; }

 span { border-color: rgb(7,106,205); }

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