Html Css Color HEX #0971DB Navy Blue

📋 copy color: '#0971DB'

red 9 ◦ green 113 ◦ blue 219

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

Shades of Navy Blue #0971DB

Tints of Navy Blue #0971DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.22%

R = 2.64%
G = 33.14%
B = 64.22%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0971DB (or 0x0971DB) is known color: Navy Blue. HEX triplet: 09, 71 and DB. RGB value is (9,113,219). Sum of RGB (Red+Green+Blue) = 9+113+219=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #0971DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0971DB is #F68E24. Grayscale: #5D5D5D. Windows color (decimal): -16158245 or 14381321. OLE color: 14381321.

HSL color Cylindrical-coordinate representation of color #0971DB: hue angle of 210.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0971DB is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 113 219 -
CMYK 0.96 0.48 0 0.14
HSL 210.29º 0.92% 0.45% -
HSV(B) 210.29º 0.96% 0.86% -
XYZ 18.8 16.98 69.3 -
YUV 93.99 198.54 67.38 -
System Red Green Blue C M Y K H S L
Decimal 9 113 219 0.96 0.48 0 0.14 210.29 0.92 0.45
Hex 9 71 DB 60 30 0 E D2 5C 2D
Octal 11 161 333 140 60 0 16 322 134 55
Binary 1001 1110001 11011011 1100000 110000 0 1110 11010010 1011100 101101

Color Harmonies of #0971DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0971DB

Black with #0971DB

Text Example


Text Example

White with #0971DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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