Html Css Color HEX #0771F1 Navy Blue

📋 copy color: '#0771F1'

red 7 ◦ green 113 ◦ blue 241

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

Shades of Navy Blue #0771F1

Tints of Navy Blue #0771F1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.3%

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

R = 1.94%
G = 31.3%
B = 66.76%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0771F1 (or 0x0771F1) is known color: Navy Blue. HEX triplet: 07, 71 and F1. RGB value is (7,113,241). Sum of RGB (Red+Green+Blue) = 7+113+241=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #0771F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0771F1 is #F88E0E. Grayscale: #5F5F5F. Windows color (decimal): -16289295 or 15823111. OLE color: 15823111.

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

Color convert

RGB 7 113 241 -
CMYK 0.97 0.53 0 0.05
HSL 212.82º 0.94% 0.49% -
HSV(B) 212.82º 0.97% 0.95% -
XYZ 21.87 18.21 85.58 -
YUV 95.9 209.88 64.59 -
System Red Green Blue C M Y K H S L
Decimal 7 113 241 0.97 0.53 0 0.05 212.82 0.94 0.49
Hex 7 71 F1 61 35 0 5 D5 5E 31
Octal 7 161 361 141 65 0 5 325 136 61
Binary 111 1110001 11110001 1100001 110101 0 101 11010101 1011110 110001

Color Harmonies of #0771F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0771F1

Black with #0771F1

Text Example


Text Example

White with #0771F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0771F1; }

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

 H1.HeaderClassName
 {
   color: #0771F1;
 }
 .AnyTagClassName
 {
   color: #0771F1;
 }
</style>

background-color css

<style>
 a { background-color: #0771F1; }

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

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

border-color css

<style>
 span { border-color: #0771F1; }

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

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