Html Css Color HEX #0970DF Navy Blue

📋 copy color: '#0970DF'

red 9 ◦ green 112 ◦ blue 223

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

Shades of Navy Blue #0970DF

Tints of Navy Blue #0970DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.83%

R = 2.62%
G = 32.56%
B = 64.83%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0970DF (or 0x0970DF) is known color: Navy Blue. HEX triplet: 09, 70 and DF. RGB value is (9,112,223). Sum of RGB (Red+Green+Blue) = 9+112+223=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #0970DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0970DF is #F68F20. Grayscale: #5D5D5D. Windows color (decimal): -16158497 or 14643209. OLE color: 14643209.

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

Color convert

RGB 9 112 223 -
CMYK 0.96 0.50 0 0.13
HSL 211.12º 0.92% 0.45% -
HSV(B) 211.12º 0.96% 0.87% -
XYZ 19.23 16.97 72.08 -
YUV 93.86 200.88 67.47 -
System Red Green Blue C M Y K H S L
Decimal 9 112 223 0.96 0.50 0 0.13 211.12 0.92 0.45
Hex 9 70 DF 60 32 0 D D3 5C 2D
Octal 11 160 337 140 62 0 15 323 134 55
Binary 1001 1110000 11011111 1100000 110010 0 1101 11010011 1011100 101101

Color Harmonies of #0970DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0970DF

Black with #0970DF

Text Example


Text Example

White with #0970DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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