Html Css Color HEX #0971DD Navy Blue

📋 copy color: '#0971DD'

red 9 ◦ green 113 ◦ blue 221

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

Shades of Navy Blue #0971DD

Tints of Navy Blue #0971DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.43%

R = 2.62%
G = 32.94%
B = 64.43%

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

#0971DD (or 0x0971DD) is known color: Navy Blue. HEX triplet: 09, 71 and DD. RGB value is (9,113,221). Sum of RGB (Red+Green+Blue) = 9+113+221=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #0971DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0971DD is #F68E22. Grayscale: #5D5D5D. Windows color (decimal): -16158243 or 14512393. OLE color: 14512393.

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

Color convert

RGB 9 113 221 -
CMYK 0.96 0.49 0 0.13
HSL 210.57º 0.92% 0.45% -
HSV(B) 210.57º 0.96% 0.87% -
XYZ 19.07 17.09 70.7 -
YUV 94.22 199.54 67.22 -
System Red Green Blue C M Y K H S L
Decimal 9 113 221 0.96 0.49 0 0.13 210.57 0.92 0.45
Hex 9 71 DD 60 31 0 D D3 5C 2D
Octal 11 161 335 140 61 0 15 323 134 55
Binary 1001 1110001 11011101 1100000 110001 0 1101 11010011 1011100 101101

Color Harmonies of #0971DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0971DD

Black with #0971DD

Text Example


Text Example

White with #0971DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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