#0811BC

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

Shades of Medium Blue #0811BC

Tints of Medium Blue #0811BC

Color information

#0811BC (or 0x0811BC) is unknown color: approx Medium Blue. HEX triplet: 08, 11 and BC. RGB value is (8,17,188). Sum of RGB (Red+Green+Blue) = 8+17+188=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 188 (73.83% from 255 or 88.26% from 213); Max value from RGB is 188 - color contains mainly: blue. Hex color #0811BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0811BC is #F7EE43. Grayscale: #212121. Windows color (decimal): -16248388 or 12325128. OLE color: 12325128.

HSL color Cylindrical-coordinate representation of color #0811BC: hue angle of 237º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0811BC is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB817188-
CMYK0.960.9100.26
HSL237º91.84%38.43%-
HSV(B)237º95.74%73.73%-
XYZ9.384.0847.87-
YUV33.8215.02109.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 188 (73.83% from 255) = 88.26%
R=3.76%
G=7.98%
B=88.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8171880.960.9100.2623791.8438.43
Hex811BC605B01Aed5c26
Octal102127414013303235513446
Binary1000100011011110011000001011011011010111011011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0811BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0811BC; }

 p { color: rgb(8,17,188); }

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

<style>
 a { background-color: #0811BC; }

 a { background-color: rgb(8,17,188); }

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

<style>
 span { border-color: #0811BC; }

 span { border-color: rgb(8,17,188); }

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