#0A08BD

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

Shades of Medium Blue #0A08BD

Tints of Medium Blue #0A08BD

Color information

#0A08BD (or 0x0A08BD) is unknown color: approx Medium Blue. HEX triplet: 0A, 08 and BD. RGB value is (10,8,189). Sum of RGB (Red+Green+Blue) = 10+8+189=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 189 (74.22% from 255 or 91.30% from 207); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A08BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A08BD is #F5F742. Grayscale: #1C1C1C. Windows color (decimal): -16119619 or 12388362. OLE color: 12388362.

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

Color convert

RGB108189-
CMYK0.950.9600.26
HSL240.66º91.88%38.63%-
HSV(B)240.66º95.77%74.12%-
XYZ9.43.9148.4-
YUV29.23218.16114.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.83%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 189 (74.22% from 255) = 91.30%
R=4.83%
G=3.86%
B=91.30%

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
Decimal1081890.950.9600.26240.6691.8838.63
HexA8BD5F6001Af15c27
Octal121027513714003236113447
Binary101010001011110110111111100000011010111100011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A08BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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