Html Css Color HEX #076AED Navy Blue

📋 copy color: '#076AED'

red 7 ◦ green 106 ◦ blue 237

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

Shades of Navy Blue #076AED

Tints of Navy Blue #076AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 2%
G = 30.29%
B = 67.71%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#076AED (or 0x076AED) is known color: Navy Blue. HEX triplet: 07, 6A and ED. RGB value is (7,106,237). Sum of RGB (Red+Green+Blue) = 7+106+237=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #076AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076AED is #F89512. Grayscale: #5A5A5A. Windows color (decimal): -16291091 or 15559175. OLE color: 15559175.

HSL color Cylindrical-coordinate representation of color #076AED: hue angle of 214.17º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076AED is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 106 237 -
CMYK 0.97 0.55 0 0.07
HSL 214.17º 0.94% 0.48% -
HSV(B) 214.17º 0.97% 0.93% -
XYZ 20.53 16.47 82.22 -
YUV 91.33 210.2 67.85 -
System Red Green Blue C M Y K H S L
Decimal 7 106 237 0.97 0.55 0 0.07 214.17 0.94 0.48
Hex 7 6A ED 61 37 0 7 D6 5E 30
Octal 7 152 355 141 67 0 7 326 136 60
Binary 111 1101010 11101101 1100001 110111 0 111 11010110 1011110 110000

Color Harmonies of #076AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076AED

Black with #076AED

Text Example


Text Example

White with #076AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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