Html Css Color HEX #076BEB Navy Blue

📋 copy color: '#076BEB'

red 7 ◦ green 107 ◦ blue 235

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

Shades of Navy Blue #076BEB

Tints of Navy Blue #076BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

 BLUE value IS 235 (92.19% from 255) = 67.34%

R = 2.01%
G = 30.66%
B = 67.34%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#076BEB (or 0x076BEB) is known color: Navy Blue. HEX triplet: 07, 6B and EB. RGB value is (7,107,235). Sum of RGB (Red+Green+Blue) = 7+107+235=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #076BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076BEB is #F89414. Grayscale: #5B5B5B. Windows color (decimal): -16290837 or 15428359. OLE color: 15428359.

HSL color Cylindrical-coordinate representation of color #076BEB: hue angle of 213.68º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076BEB is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 107 235 -
CMYK 0.97 0.54 0 0.08
HSL 213.68º 0.94% 0.47% -
HSV(B) 213.68º 0.97% 0.92% -
XYZ 20.34 16.56 80.72 -
YUV 91.69 208.87 67.59 -
System Red Green Blue C M Y K H S L
Decimal 7 107 235 0.97 0.54 0 0.08 213.68 0.94 0.47
Hex 7 6B EB 61 36 0 8 D6 5E 2F
Octal 7 153 353 141 66 0 10 326 136 57
Binary 111 1101011 11101011 1100001 110110 0 1000 11010110 1011110 101111

Color Harmonies of #076BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BEB

Black with #076BEB

Text Example


Text Example

White with #076BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,107,235); }

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

background-color css

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

 a { background-color: rgb(7,107,235); }

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

border-color css

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

 span { border-color: rgb(7,107,235); }

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