#0812C5

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

Shades of Medium Blue #0812C5

Tints of Medium Blue #0812C5

Color information

#0812C5 (or 0x0812C5) is unknown color: approx Medium Blue. HEX triplet: 08, 12 and C5. RGB value is (8,18,197). Sum of RGB (Red+Green+Blue) = 8+18+197=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 197 (77.34% from 255 or 88.34% from 223); Max value from RGB is 197 - color contains mainly: blue. Hex color #0812C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0812C5 is #F7ED3A. Grayscale: #222222. Windows color (decimal): -16248123 or 12915208. OLE color: 12915208.

HSL color Cylindrical-coordinate representation of color #0812C5: hue angle of 236.83º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0812C5 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB818197-
CMYK0.960.9100.23
HSL236.83º92.2%40.2%-
HSV(B)236.83º95.94%77.25%-
XYZ10.394.5253.15-
YUV35.42219.19108.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.59%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 197 (77.34% from 255) = 88.34%
R=3.59%
G=8.07%
B=88.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal8181970.960.9100.23236.8392.240.2
Hex812C5605B017ed5c28
Octal102230514013302735513450
Binary1000100101100010111000001011011010111111011011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0812C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0812C5; }

 p { color: rgb(8,18,197); }

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

<style>
 a { background-color: #0812C5; }

 a { background-color: rgb(8,18,197); }

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

<style>
 span { border-color: #0812C5; }

 span { border-color: rgb(8,18,197); }

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