#0916CC

Color #0916CC Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0916CC

Tints of Medium Blue #0916CC

Color information

#0916CC (or 0x0916CC) is unknown color: approx Medium Blue. HEX triplet: 09, 16 and CC. RGB value is (9,22,204). Sum of RGB (Red+Green+Blue) = 9+22+204=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 204 (80.08% from 255 or 86.81% from 235); Max value from RGB is 204 - color contains mainly: blue. Hex color #0916CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0916CC is #F6E933. Grayscale: #262626. Windows color (decimal): -16181556 or 13374985. OLE color: 13374985.

HSL color Cylindrical-coordinate representation of color #0916CC: hue angle of 236º 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 #0916CC is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB922204-
CMYK0.960.8900.2
HSL236º91.55%41.76%-
HSV(B)236º95.59%80%-
XYZ11.34.9957.49-
YUV38.86221.19106.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 204 (80.08% from 255) = 86.81%
R=3.83%
G=9.36%
B=86.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal9222040.960.8900.223691.5541.76
Hex916CC6059014ec5c2a
Octal112631414013102435413452
Binary1001101101100110011000001011001010100111011001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0916CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0916CC; }

 p { color: rgb(9,22,204); }

 H1.HeaderClassName
 {
   color: #0916CC;
 }
 .AnyTagClassName
 {
   color: #0916CC;
 }
</style>
background-color css

<style>
 a { background-color: #0916CC; }

 a { background-color: rgb(9,22,204); }

 div.DivClassName
 {
   background-color: #0916CC;
 }
 .BgClassName
 {
   background-color: #0916CC;
 }
</style>
border-color css

<style>
 span { border-color: #0916CC; }

 span { border-color: rgb(9,22,204); }

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