Html Css Color HEX #076ECD Navy Blue

📋 copy color: '#076ECD'

red 7 ◦ green 110 ◦ blue 205

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

Shades of Navy Blue #076ECD

Tints of Navy Blue #076ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.16%

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

R = 2.17%
G = 34.16%
B = 63.66%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#076ECD (or 0x076ECD) is known color: Navy Blue. HEX triplet: 07, 6E and CD. RGB value is (7,110,205). Sum of RGB (Red+Green+Blue) = 7+110+205=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #076ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ECD is #F89132. Grayscale: #595959. Windows color (decimal): -16290099 or 13463047. OLE color: 13463047.

HSL color Cylindrical-coordinate representation of color #076ECD: hue angle of 208.79º 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 #076ECD is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 110 205 -
CMYK 0.97 0.46 0 0.20
HSL 208.79º 0.93% 0.42% -
HSV(B) 208.79º 0.97% 0.8% -
XYZ 16.68 15.6 59.89 -
YUV 90.03 192.88 68.78 -
System Red Green Blue C M Y K H S L
Decimal 7 110 205 0.97 0.46 0 0.20 208.79 0.93 0.42
Hex 7 6E CD 61 2E 0 14 D1 5D 2A
Octal 7 156 315 141 56 0 24 321 135 52
Binary 111 1101110 11001101 1100001 101110 0 10100 11010001 1011101 101010

Color Harmonies of #076ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076ECD

Black with #076ECD

Text Example


Text Example

White with #076ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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