Html Css Color HEX #076FB9 Navy Blue

📋 copy color: '#076FB9'

red 7 ◦ green 111 ◦ blue 185

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

Shades of Navy Blue #076FB9

Tints of Navy Blue #076FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.63%

 BLUE value IS 185 (72.66% from 255) = 61.06%

R = 2.31%
G = 36.63%
B = 61.06%

CMYK

 C value IS 0.96

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#076FB9 (or 0x076FB9) is known color: Navy Blue. HEX triplet: 07, 6F and B9. RGB value is (7,111,185). Sum of RGB (Red+Green+Blue) = 7+111+185=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 185 (72.66% from 255 or 61.06% from 303); Max value from RGB is 185 - color contains mainly: blue. Hex color #076FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076FB9 is #F89046. Grayscale: #575757. Windows color (decimal): -16289863 or 12152583. OLE color: 12152583.

HSL color Cylindrical-coordinate representation of color #076FB9: hue angle of 204.94º 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 #076FB9 is Cyan = 0.96, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 111 185 -
CMYK 0.96 0.4 0 0.27
HSL 204.94º 0.93% 0.38% -
HSV(B) 204.94º 0.96% 0.73% -
XYZ 14.53 14.92 48.01 -
YUV 88.34 182.54 69.98 -
System Red Green Blue C M Y K H S L
Decimal 7 111 185 0.96 0.4 0 0.27 204.94 0.93 0.38
Hex 7 6F B9 60 28 0 1B CD 5D 26
Octal 7 157 271 140 50 0 33 315 135 46
Binary 111 1101111 10111001 1100000 101000 0 11011 11001101 1011101 100110

Color Harmonies of #076FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076FB9

Black with #076FB9

Text Example


Text Example

White with #076FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,111,185); }

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

background-color css

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

 a { background-color: rgb(7,111,185); }

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

border-color css

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

 span { border-color: rgb(7,111,185); }

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