Html Css Color HEX #076ECC Navy Blue

📋 copy color: '#076ECC'

red 7 ◦ green 110 ◦ blue 204

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

Shades of Navy Blue #076ECC

Tints of Navy Blue #076ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 2.18%
G = 34.27%
B = 63.55%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#076ECC (or 0x076ECC) is known color: Navy Blue. HEX triplet: 07, 6E and CC. RGB value is (7,110,204). Sum of RGB (Red+Green+Blue) = 7+110+204=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #076ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ECC is #F89133. Grayscale: #595959. Windows color (decimal): -16290100 or 13397511. OLE color: 13397511.

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

Color convert

RGB 7 110 204 -
CMYK 0.97 0.46 0 0.2
HSL 208.63º 0.93% 0.41% -
HSV(B) 208.63º 0.97% 0.8% -
XYZ 16.56 15.56 59.26 -
YUV 89.92 192.38 68.86 -
System Red Green Blue C M Y K H S L
Decimal 7 110 204 0.97 0.46 0 0.2 208.63 0.93 0.41
Hex 7 6E CC 61 2E 0 14 D1 5D 29
Octal 7 156 314 141 56 0 24 321 135 51
Binary 111 1101110 11001100 1100001 101110 0 10100 11010001 1011101 101001

Color Harmonies of #076ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076ECC

Black with #076ECC

Text Example


Text Example

White with #076ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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