Html Css Color HEX #076AF1 Navy Blue

📋 copy color: '#076AF1'

red 7 ◦ green 106 ◦ blue 241

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

Shades of Navy Blue #076AF1

Tints of Navy Blue #076AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 68.08%

R = 1.98%
G = 29.94%
B = 68.08%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#076AF1 (or 0x076AF1) is known color: Navy Blue. HEX triplet: 07, 6A and F1. RGB value is (7,106,241). Sum of RGB (Red+Green+Blue) = 7+106+241=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #076AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076AF1 is #F8950E. Grayscale: #5B5B5B. Windows color (decimal): -16291087 or 15821319. OLE color: 15821319.

HSL color Cylindrical-coordinate representation of color #076AF1: hue angle of 214.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076AF1 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 7 106 241 -
CMYK 0.97 0.56 0 0.05
HSL 214.62º 0.94% 0.49% -
HSV(B) 214.62º 0.97% 0.95% -
XYZ 21.12 16.7 85.33 -
YUV 91.79 212.2 67.52 -
System Red Green Blue C M Y K H S L
Decimal 7 106 241 0.97 0.56 0 0.05 214.62 0.94 0.49
Hex 7 6A F1 61 38 0 5 D7 5E 31
Octal 7 152 361 141 70 0 5 327 136 61
Binary 111 1101010 11110001 1100001 111000 0 101 11010111 1011110 110001

Color Harmonies of #076AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076AF1

Black with #076AF1

Text Example


Text Example

White with #076AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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