Html Css Color HEX #076CBA Navy Blue

📋 copy color: '#076CBA'

red 7 ◦ green 108 ◦ blue 186

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

Shades of Navy Blue #076CBA

Tints of Navy Blue #076CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.88%

 BLUE value IS 186 (73.05% from 255) = 61.79%

R = 2.33%
G = 35.88%
B = 61.79%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#076CBA (or 0x076CBA) is known color: Navy Blue. HEX triplet: 07, 6C and BA. RGB value is (7,108,186). Sum of RGB (Red+Green+Blue) = 7+108+186=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #076CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CBA is #F89345. Grayscale: #565656. Windows color (decimal): -16290630 or 12217351. OLE color: 12217351.

HSL color Cylindrical-coordinate representation of color #076CBA: hue angle of 206.15º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076CBA is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 108 186 -
CMYK 0.96 0.42 0 0.27
HSL 206.15º 0.93% 0.38% -
HSV(B) 206.15º 0.96% 0.73% -
XYZ 14.31 14.32 48.46 -
YUV 86.69 184.04 71.16 -
System Red Green Blue C M Y K H S L
Decimal 7 108 186 0.96 0.42 0 0.27 206.15 0.93 0.38
Hex 7 6C BA 60 2A 0 1B CE 5D 26
Octal 7 154 272 140 52 0 33 316 135 46
Binary 111 1101100 10111010 1100000 101010 0 11011 11001110 1011101 100110

Color Harmonies of #076CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CBA

Black with #076CBA

Text Example


Text Example

White with #076CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,108,186); }

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

background-color css

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

 a { background-color: rgb(7,108,186); }

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

border-color css

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

 span { border-color: rgb(7,108,186); }

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