Html Css Color HEX #0966DD Navy Blue

📋 copy color: '#0966DD'

red 9 ◦ green 102 ◦ blue 221

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

Shades of Navy Blue #0966DD

Tints of Navy Blue #0966DD

RGB

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

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

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

R = 2.71%
G = 30.72%
B = 66.57%

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

#0966DD (or 0x0966DD) is known color: Navy Blue. HEX triplet: 09, 66 and DD. RGB value is (9,102,221). Sum of RGB (Red+Green+Blue) = 9+102+221=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #0966DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0966DD is #F69922. Grayscale: #575757. Windows color (decimal): -16161059 or 14509577. OLE color: 14509577.

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

Color convert

RGB 9 102 221 -
CMYK 0.96 0.54 0 0.13
HSL 213.68º 0.92% 0.45% -
HSV(B) 213.68º 0.96% 0.87% -
XYZ 17.92 14.78 70.32 -
YUV 87.76 203.19 71.82 -
System Red Green Blue C M Y K H S L
Decimal 9 102 221 0.96 0.54 0 0.13 213.68 0.92 0.45
Hex 9 66 DD 60 36 0 D D6 5C 2D
Octal 11 146 335 140 66 0 15 326 134 55
Binary 1001 1100110 11011101 1100000 110110 0 1101 11010110 1011100 101101

Color Harmonies of #0966DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0966DD

Black with #0966DD

Text Example


Text Example

White with #0966DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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