Html Css Color HEX #0966CB Navy Blue

📋 copy color: '#0966CB'

red 9 ◦ green 102 ◦ blue 203

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

Shades of Navy Blue #0966CB

Tints of Navy Blue #0966CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.65%

R = 2.87%
G = 32.48%
B = 64.65%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0966CB (or 0x0966CB) is known color: Navy Blue. HEX triplet: 09, 66 and CB. RGB value is (9,102,203). Sum of RGB (Red+Green+Blue) = 9+102+203=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #0966CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0966CB is #F69934. Grayscale: #555555. Windows color (decimal): -16161077 or 13329929. OLE color: 13329929.

HSL color Cylindrical-coordinate representation of color #0966CB: hue angle of 211.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0966CB is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 102 203 -
CMYK 0.96 0.50 0 0.20
HSL 211.24º 0.92% 0.42% -
HSV(B) 211.24º 0.96% 0.8% -
XYZ 15.64 13.87 58.35 -
YUV 85.71 194.19 73.29 -
System Red Green Blue C M Y K H S L
Decimal 9 102 203 0.96 0.50 0 0.20 211.24 0.92 0.42
Hex 9 66 CB 60 32 0 14 D3 5C 2A
Octal 11 146 313 140 62 0 24 323 134 52
Binary 1001 1100110 11001011 1100000 110010 0 10100 11010011 1011100 101010

Color Harmonies of #0966CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0966CB

Black with #0966CB

Text Example


Text Example

White with #0966CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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