Html Css Color HEX #0966DE Navy Blue

📋 copy color: '#0966DE'

red 9 ◦ green 102 ◦ blue 222

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

Shades of Navy Blue #0966DE

Tints of Navy Blue #0966DE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

 BLUE value IS 222 (87.11% from 255) = 66.67%

R = 2.7%
G = 30.63%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0966DE (or 0x0966DE) is known color: Navy Blue. HEX triplet: 09, 66 and DE. RGB value is (9,102,222). Sum of RGB (Red+Green+Blue) = 9+102+222=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #0966DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0966DE is #F69921. Grayscale: #575757. Windows color (decimal): -16161058 or 14575113. OLE color: 14575113.

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

Color convert

RGB 9 102 222 -
CMYK 0.96 0.54 0 0.13
HSL 213.8º 0.92% 0.45% -
HSV(B) 213.8º 0.96% 0.87% -
XYZ 18.05 14.83 71.02 -
YUV 87.87 203.69 71.74 -
System Red Green Blue C M Y K H S L
Decimal 9 102 222 0.96 0.54 0 0.13 213.8 0.92 0.45
Hex 9 66 DE 60 36 0 D D6 5C 2D
Octal 11 146 336 140 66 0 15 326 134 55
Binary 1001 1100110 11011110 1100000 110110 0 1101 11010110 1011100 101101

Color Harmonies of #0966DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0966DE

Black with #0966DE

Text Example


Text Example

White with #0966DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0966DE; }

 p { color: rgb(9,102,222); }

 H1.HeaderClassName
 {
   color: #0966DE;
 }
 .AnyTagClassName
 {
   color: #0966DE;
 }
</style>

background-color css

<style>
 a { background-color: #0966DE; }

 a { background-color: rgb(9,102,222); }

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

border-color css

<style>
 span { border-color: #0966DE; }

 span { border-color: rgb(9,102,222); }

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