Html Css Color HEX #0971DE Navy Blue

📋 copy color: '#0971DE'

red 9 ◦ green 113 ◦ blue 222

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

Shades of Navy Blue #0971DE

Tints of Navy Blue #0971DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.53%

R = 2.62%
G = 32.85%
B = 64.53%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0971DE (or 0x0971DE) is known color: Navy Blue. HEX triplet: 09, 71 and DE. RGB value is (9,113,222). Sum of RGB (Red+Green+Blue) = 9+113+222=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #0971DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0971DE is #F68E21. Grayscale: #5D5D5D. Windows color (decimal): -16158242 or 14577929. OLE color: 14577929.

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

Color convert

RGB 9 113 222 -
CMYK 0.96 0.49 0 0.13
HSL 210.7º 0.92% 0.45% -
HSV(B) 210.7º 0.96% 0.87% -
XYZ 19.2 17.14 71.4 -
YUV 94.33 200.04 67.14 -
System Red Green Blue C M Y K H S L
Decimal 9 113 222 0.96 0.49 0 0.13 210.7 0.92 0.45
Hex 9 71 DE 60 31 0 D D3 5C 2D
Octal 11 161 336 140 61 0 15 323 134 55
Binary 1001 1110001 11011110 1100000 110001 0 1101 11010011 1011100 101101

Color Harmonies of #0971DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0971DE

Black with #0971DE

Text Example


Text Example

White with #0971DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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