Html Css Color HEX #0971DC Navy Blue

📋 copy color: '#0971DC'

red 9 ◦ green 113 ◦ blue 220

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

Shades of Navy Blue #0971DC

Tints of Navy Blue #0971DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.33%

R = 2.63%
G = 33.04%
B = 64.33%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0971DC (or 0x0971DC) is known color: Navy Blue. HEX triplet: 09, 71 and DC. RGB value is (9,113,220). Sum of RGB (Red+Green+Blue) = 9+113+220=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #0971DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0971DC is #F68E23. Grayscale: #5D5D5D. Windows color (decimal): -16158244 or 14446857. OLE color: 14446857.

HSL color Cylindrical-coordinate representation of color #0971DC: hue angle of 210.43º 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 #0971DC is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 113 220 -
CMYK 0.96 0.49 0 0.14
HSL 210.43º 0.92% 0.45% -
HSV(B) 210.43º 0.96% 0.86% -
XYZ 18.94 17.04 70 -
YUV 94.1 199.04 67.3 -
System Red Green Blue C M Y K H S L
Decimal 9 113 220 0.96 0.49 0 0.14 210.43 0.92 0.45
Hex 9 71 DC 60 31 0 E D2 5C 2D
Octal 11 161 334 140 61 0 16 322 134 55
Binary 1001 1110001 11011100 1100000 110001 0 1110 11010010 1011100 101101

Color Harmonies of #0971DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0971DC

Black with #0971DC

Text Example


Text Example

White with #0971DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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