Html Css Color HEX #076DF1 Navy Blue

📋 copy color: '#076DF1'

red 7 ◦ green 109 ◦ blue 241

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

Shades of Navy Blue #076DF1

Tints of Navy Blue #076DF1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.53%

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

R = 1.96%
G = 30.53%
B = 67.51%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#076DF1 (or 0x076DF1) is known color: Navy Blue. HEX triplet: 07, 6D and F1. RGB value is (7,109,241). Sum of RGB (Red+Green+Blue) = 7+109+241=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #076DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076DF1 is #F8920E. Grayscale: #5C5C5C. Windows color (decimal): -16290319 or 15822087. OLE color: 15822087.

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

Color convert

RGB 7 109 241 -
CMYK 0.97 0.55 0 0.05
HSL 213.85º 0.94% 0.49% -
HSV(B) 213.85º 0.97% 0.95% -
XYZ 21.43 17.33 85.44 -
YUV 93.55 211.21 66.27 -
System Red Green Blue C M Y K H S L
Decimal 7 109 241 0.97 0.55 0 0.05 213.85 0.94 0.49
Hex 7 6D F1 61 37 0 5 D6 5E 31
Octal 7 155 361 141 67 0 5 326 136 61
Binary 111 1101101 11110001 1100001 110111 0 101 11010110 1011110 110001

Color Harmonies of #076DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076DF1

Black with #076DF1

Text Example


Text Example

White with #076DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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