Html Css Color HEX #076ABB Navy Blue

📋 copy color: '#076ABB'

red 7 ◦ green 106 ◦ blue 187

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

Shades of Navy Blue #076ABB

Tints of Navy Blue #076ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.33%

R = 2.33%
G = 35.33%
B = 62.33%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#076ABB (or 0x076ABB) is known color: Navy Blue. HEX triplet: 07, 6A and BB. RGB value is (7,106,187). Sum of RGB (Red+Green+Blue) = 7+106+187=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #076ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ABB is #F89544. Grayscale: #555555. Windows color (decimal): -16291141 or 12282375. OLE color: 12282375.

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

Color convert

RGB 7 106 187 -
CMYK 0.96 0.43 0 0.27
HSL 207º 0.93% 0.38% -
HSV(B) 207º 0.96% 0.73% -
XYZ 14.21 13.94 48.96 -
YUV 85.63 185.2 71.91 -
System Red Green Blue C M Y K H S L
Decimal 7 106 187 0.96 0.43 0 0.27 207 0.93 0.38
Hex 7 6A BB 60 2B 0 1B CF 5D 26
Octal 7 152 273 140 53 0 33 317 135 46
Binary 111 1101010 10111011 1100000 101011 0 11011 11001111 1011101 100110

Color Harmonies of #076ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076ABB

Black with #076ABB

Text Example


Text Example

White with #076ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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