Html Css Color HEX #0771DF Navy Blue

📋 copy color: '#0771DF'

red 7 ◦ green 113 ◦ blue 223

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

Shades of Navy Blue #0771DF

Tints of Navy Blue #0771DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.01%

R = 2.04%
G = 32.94%
B = 65.01%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0771DF (or 0x0771DF) is known color: Navy Blue. HEX triplet: 07, 71 and DF. RGB value is (7,113,223). Sum of RGB (Red+Green+Blue) = 7+113+223=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #0771DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0771DF is #F88E20. Grayscale: #5D5D5D. Windows color (decimal): -16289313 or 14643463. OLE color: 14643463.

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

Color convert

RGB 7 113 223 -
CMYK 0.97 0.49 0 0.13
HSL 210.56º 0.94% 0.45% -
HSV(B) 210.56º 0.97% 0.87% -
XYZ 19.31 17.18 72.11 -
YUV 93.85 200.88 66.06 -
System Red Green Blue C M Y K H S L
Decimal 7 113 223 0.97 0.49 0 0.13 210.56 0.94 0.45
Hex 7 71 DF 61 31 0 D D3 5E 2D
Octal 7 161 337 141 61 0 15 323 136 55
Binary 111 1110001 11011111 1100001 110001 0 1101 11010011 1011110 101101

Color Harmonies of #0771DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0771DF

Black with #0771DF

Text Example


Text Example

White with #0771DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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