#0A0BC8

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

Shades of Medium Blue #0A0BC8

Tints of Medium Blue #0A0BC8

Color information

#0A0BC8 (or 0x0A0BC8) is unknown color: approx Medium Blue. HEX triplet: 0A, 0B and C8. RGB value is (10,11,200). Sum of RGB (Red+Green+Blue) = 10+11+200=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 200 (78.52% from 255 or 90.50% from 221); Max value from RGB is 200 - color contains mainly: blue. Hex color #0A0BC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0BC8 is #F5F437. Grayscale: #1F1F1F. Windows color (decimal): -16118840 or 13110026. OLE color: 13110026.

HSL color Cylindrical-coordinate representation of color #0A0BC8: hue angle of 239.68º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0BC8 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1011200-
CMYK0.950.9400.22
HSL239.68º90.48%41.18%-
HSV(B)239.68º95%78.43%-
XYZ10.674.4754.94-
YUV32.25222.67112.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 11 (4.69% from 255) = 4.98%
BLUE value IS 200 (78.52% from 255) = 90.50%
R=4.52%
G=4.98%
B=90.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10112000.950.9400.22239.6890.4841.18
HexABC85F5E016f05a29
Octal121331013713602636013251
Binary101010111100100010111111011110010110111100001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0BC8; }

 p { color: rgb(10,11,200); }

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

<style>
 a { background-color: #0A0BC8; }

 a { background-color: rgb(10,11,200); }

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

<style>
 span { border-color: #0A0BC8; }

 span { border-color: rgb(10,11,200); }

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