Html Css Color HEX #076ABE Navy Blue

📋 copy color: '#076ABE'

red 7 ◦ green 106 ◦ blue 190

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

Shades of Navy Blue #076ABE

Tints of Navy Blue #076ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.71%

R = 2.31%
G = 34.98%
B = 62.71%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#076ABE (or 0x076ABE) is known color: Navy Blue. HEX triplet: 07, 6A and BE. RGB value is (7,106,190). Sum of RGB (Red+Green+Blue) = 7+106+190=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #076ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ABE is #F89541. Grayscale: #555555. Windows color (decimal): -16291138 or 12478983. OLE color: 12478983.

HSL color Cylindrical-coordinate representation of color #076ABE: hue angle of 207.54º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076ABE is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 106 190 -
CMYK 0.96 0.44 0 0.25
HSL 207.54º 0.93% 0.39% -
HSV(B) 207.54º 0.96% 0.75% -
XYZ 14.54 14.07 50.67 -
YUV 85.98 186.7 71.67 -
System Red Green Blue C M Y K H S L
Decimal 7 106 190 0.96 0.44 0 0.25 207.54 0.93 0.39
Hex 7 6A BE 60 2C 0 19 D0 5D 27
Octal 7 152 276 140 54 0 31 320 135 47
Binary 111 1101010 10111110 1100000 101100 0 11001 11010000 1011101 100111

Color Harmonies of #076ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076ABE

Black with #076ABE

Text Example


Text Example

White with #076ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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