Html Css Color HEX #0970DB Navy Blue

📋 copy color: '#0970DB'

red 9 ◦ green 112 ◦ blue 219

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

Shades of Navy Blue #0970DB

Tints of Navy Blue #0970DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.41%

R = 2.65%
G = 32.94%
B = 64.41%

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

#0970DB (or 0x0970DB) is known color: Navy Blue. HEX triplet: 09, 70 and DB. RGB value is (9,112,219). Sum of RGB (Red+Green+Blue) = 9+112+219=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #0970DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0970DB is #F68F24. Grayscale: #5C5C5C. Windows color (decimal): -16158501 or 14381065. OLE color: 14381065.

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

Color convert

RGB 9 112 219 -
CMYK 0.96 0.49 0 0.14
HSL 210.57º 0.92% 0.45% -
HSV(B) 210.57º 0.96% 0.86% -
XYZ 18.69 16.76 69.27 -
YUV 93.4 198.88 67.8 -
System Red Green Blue C M Y K H S L
Decimal 9 112 219 0.96 0.49 0 0.14 210.57 0.92 0.45
Hex 9 70 DB 60 31 0 E D3 5C 2D
Octal 11 160 333 140 61 0 16 323 134 55
Binary 1001 1110000 11011011 1100000 110001 0 1110 11010011 1011100 101101

Color Harmonies of #0970DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0970DB

Black with #0970DB

Text Example


Text Example

White with #0970DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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