Html Css Color HEX #076EEB Navy Blue

📋 copy color: '#076EEB'

red 7 ◦ green 110 ◦ blue 235

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

Shades of Navy Blue #076EEB

Tints of Navy Blue #076EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.25%

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

R = 1.99%
G = 31.25%
B = 66.76%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#076EEB (or 0x076EEB) is known color: Navy Blue. HEX triplet: 07, 6E and EB. RGB value is (7,110,235). Sum of RGB (Red+Green+Blue) = 7+110+235=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #076EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076EEB is #F89114. Grayscale: #5C5C5C. Windows color (decimal): -16290069 or 15429127. OLE color: 15429127.

HSL color Cylindrical-coordinate representation of color #076EEB: hue angle of 212.89º 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 #076EEB is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 110 235 -
CMYK 0.97 0.53 0 0.08
HSL 212.89º 0.94% 0.47% -
HSV(B) 212.89º 0.97% 0.92% -
XYZ 20.66 17.2 80.83 -
YUV 93.45 207.88 66.34 -
System Red Green Blue C M Y K H S L
Decimal 7 110 235 0.97 0.53 0 0.08 212.89 0.94 0.47
Hex 7 6E EB 61 35 0 8 D5 5E 2F
Octal 7 156 353 141 65 0 10 325 136 57
Binary 111 1101110 11101011 1100001 110101 0 1000 11010101 1011110 101111

Color Harmonies of #076EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076EEB

Black with #076EEB

Text Example


Text Example

White with #076EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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