Html Css Color HEX #0971BF Navy Blue

📋 copy color: '#0971BF'

red 9 ◦ green 113 ◦ blue 191

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

Shades of Navy Blue #0971BF

Tints of Navy Blue #0971BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.02%

R = 2.88%
G = 36.1%
B = 61.02%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0971BF (or 0x0971BF) is known color: Navy Blue. HEX triplet: 09, 71 and BF. RGB value is (9,113,191). Sum of RGB (Red+Green+Blue) = 9+113+191=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #0971BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0971BF is #F68E40. Grayscale: #5A5A5A. Windows color (decimal): -16158273 or 12546313. OLE color: 12546313.

HSL color Cylindrical-coordinate representation of color #0971BF: hue angle of 205.71º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0971BF is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 113 191 -
CMYK 0.95 0.41 0 0.25
HSL 205.71º 0.91% 0.39% -
HSV(B) 205.71º 0.95% 0.75% -
XYZ 15.42 15.63 51.49 -
YUV 90.8 184.54 69.66 -
System Red Green Blue C M Y K H S L
Decimal 9 113 191 0.95 0.41 0 0.25 205.71 0.91 0.39
Hex 9 71 BF 5F 29 0 19 CE 5B 27
Octal 11 161 277 137 51 0 31 316 133 47
Binary 1001 1110001 10111111 1011111 101001 0 11001 11001110 1011011 100111

Color Harmonies of #0971BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0971BF

Black with #0971BF

Text Example


Text Example

White with #0971BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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