Html Css Color HEX #0969D8 Navy Blue

📋 copy color: '#0969D8'

red 9 ◦ green 105 ◦ blue 216

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

Shades of Navy Blue #0969D8

Tints of Navy Blue #0969D8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

 BLUE value IS 216 (84.77% from 255) = 65.45%

R = 2.73%
G = 31.82%
B = 65.45%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0969D8 (or 0x0969D8) is known color: Navy Blue. HEX triplet: 09, 69 and D8. RGB value is (9,105,216). Sum of RGB (Red+Green+Blue) = 9+105+216=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 216 (84.77% from 255 or 65.45% from 330); Max value from RGB is 216 - color contains mainly: blue. Hex color #0969D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0969D8 is #F69627. Grayscale: #585858. Windows color (decimal): -16160296 or 14182665. OLE color: 14182665.

HSL color Cylindrical-coordinate representation of color #0969D8: hue angle of 212.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0969D8 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 105 216 -
CMYK 0.96 0.51 0 0.15
HSL 212.17º 0.92% 0.44% -
HSV(B) 212.17º 0.96% 0.85% -
XYZ 17.56 15.12 66.96 -
YUV 88.95 199.7 70.97 -
System Red Green Blue C M Y K H S L
Decimal 9 105 216 0.96 0.51 0 0.15 212.17 0.92 0.44
Hex 9 69 D8 60 33 0 F D4 5C 2C
Octal 11 151 330 140 63 0 17 324 134 54
Binary 1001 1101001 11011000 1100000 110011 0 1111 11010100 1011100 101100

Color Harmonies of #0969D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0969D8

Black with #0969D8

Text Example


Text Example

White with #0969D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0969D8; }

 p { color: rgb(9,105,216); }

 H1.HeaderClassName
 {
   color: #0969D8;
 }
 .AnyTagClassName
 {
   color: #0969D8;
 }
</style>

background-color css

<style>
 a { background-color: #0969D8; }

 a { background-color: rgb(9,105,216); }

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

border-color css

<style>
 span { border-color: #0969D8; }

 span { border-color: rgb(9,105,216); }

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