#0a08bc

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

Shades of Medium Blue #0A08BC

Tints of Medium Blue #0A08BC

Color information

#0A08BC (or 0x0A08BC) is unknown color: approx Medium Blue. HEX triplet: 0A, 08 and BC. RGB value is (10,8,188). Sum of RGB (Red+Green+Blue) = 10+8+188=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 188 (73.83% from 255 or 91.26% from 206); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A08BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A08BC is #F5F743. Grayscale: #1C1C1C. Windows color (decimal): -16119620 or 12322826. OLE color: 12322826.

HSL color Cylindrical-coordinate representation of color #0A08BC: hue angle of 240.67º 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 #0A08BC is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB108188-
CMYK0.950.9600.26
HSL240.67º91.84%38.43%-
HSV(B)240.67º95.74%73.73%-
XYZ9.293.8747.83-
YUV29.12217.66114.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.85%
GREEN value IS 8 (3.52% from 255) = 3.88%
BLUE value IS 188 (73.83% from 255) = 91.26%
R=4.85%
G=3.88%
B=91.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081880.950.9600.26240.6791.8438.43
HexA8BC5F6001Af15c26
Octal121027413714003236113446
Binary101010001011110010111111100000011010111100011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a08bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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