Html Css Color HEX #076ADD Navy Blue

📋 copy color: '#076ADD'

red 7 ◦ green 106 ◦ blue 221

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

Shades of Navy Blue #076ADD

Tints of Navy Blue #076ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.17%

R = 2.1%
G = 31.74%
B = 66.17%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#076ADD (or 0x076ADD) is known color: Navy Blue. HEX triplet: 07, 6A and DD. RGB value is (7,106,221). Sum of RGB (Red+Green+Blue) = 7+106+221=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #076ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ADD is #F89522. Grayscale: #585858. Windows color (decimal): -16291107 or 14510599. OLE color: 14510599.

HSL color Cylindrical-coordinate representation of color #076ADD: hue angle of 212.24º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076ADD is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 106 221 -
CMYK 0.97 0.52 0 0.13
HSL 212.24º 0.94% 0.45% -
HSV(B) 212.24º 0.97% 0.87% -
XYZ 18.29 15.57 70.45 -
YUV 89.51 202.2 69.15 -
System Red Green Blue C M Y K H S L
Decimal 7 106 221 0.97 0.52 0 0.13 212.24 0.94 0.45
Hex 7 6A DD 61 34 0 D D4 5E 2D
Octal 7 152 335 141 64 0 15 324 136 55
Binary 111 1101010 11011101 1100001 110100 0 1101 11010100 1011110 101101

Color Harmonies of #076ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076ADD

Black with #076ADD

Text Example


Text Example

White with #076ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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