Html Css Color HEX #0970DD Navy Blue

📋 copy color: '#0970DD'

red 9 ◦ green 112 ◦ blue 221

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

Shades of Navy Blue #0970DD

Tints of Navy Blue #0970DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

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

R = 2.63%
G = 32.75%
B = 64.62%

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

#0970DD (or 0x0970DD) is known color: Navy Blue. HEX triplet: 09, 70 and DD. RGB value is (9,112,221). Sum of RGB (Red+Green+Blue) = 9+112+221=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #0970DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0970DD is #F68F22. Grayscale: #5D5D5D. Windows color (decimal): -16158499 or 14512137. OLE color: 14512137.

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

Color convert

RGB 9 112 221 -
CMYK 0.96 0.49 0 0.13
HSL 210.85º 0.92% 0.45% -
HSV(B) 210.85º 0.96% 0.87% -
XYZ 18.96 16.87 70.66 -
YUV 93.63 199.88 67.64 -
System Red Green Blue C M Y K H S L
Decimal 9 112 221 0.96 0.49 0 0.13 210.85 0.92 0.45
Hex 9 70 DD 60 31 0 D D3 5C 2D
Octal 11 160 335 140 61 0 15 323 134 55
Binary 1001 1110000 11011101 1100000 110001 0 1101 11010011 1011100 101101

Color Harmonies of #0970DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0970DD

Black with #0970DD

Text Example


Text Example

White with #0970DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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