Html Css Color HEX #0971F1 Navy Blue

📋 copy color: '#0971F1'

red 9 ◦ green 113 ◦ blue 241

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

Shades of Navy Blue #0971F1

Tints of Navy Blue #0971F1

RGB

 RED value IS 9 (3.91% from 255) = 2.48%

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

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

R = 2.48%
G = 31.13%
B = 66.39%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0971F1 (or 0x0971F1) is known color: Navy Blue. HEX triplet: 09, 71 and F1. RGB value is (9,113,241). Sum of RGB (Red+Green+Blue) = 9+113+241=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 241 (94.53% from 255 or 66.39% from 363); Max value from RGB is 241 - color contains mainly: blue. Hex color #0971F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0971F1 is #F68E0E. Grayscale: #5F5F5F. Windows color (decimal): -16158223 or 15823113. OLE color: 15823113.

HSL color Cylindrical-coordinate representation of color #0971F1: hue angle of 213.1º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0971F1 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 113 241 -
CMYK 0.96 0.53 0 0.05
HSL 213.1º 0.93% 0.49% -
HSV(B) 213.1º 0.96% 0.95% -
XYZ 21.89 18.22 85.58 -
YUV 96.5 209.54 65.59 -
System Red Green Blue C M Y K H S L
Decimal 9 113 241 0.96 0.53 0 0.05 213.1 0.93 0.49
Hex 9 71 F1 60 35 0 5 D5 5D 31
Octal 11 161 361 140 65 0 5 325 135 61
Binary 1001 1110001 11110001 1100000 110101 0 101 11010101 1011101 110001

Color Harmonies of #0971F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0971F1

Black with #0971F1

Text Example


Text Example

White with #0971F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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