#0A06BB

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

Shades of Medium Blue #0A06BB

Tints of Medium Blue #0A06BB

Color information

#0A06BB (or 0x0A06BB) is unknown color: approx Medium Blue. HEX triplet: 0A, 06 and BB. RGB value is (10,6,187). Sum of RGB (Red+Green+Blue) = 10+6+187=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 187 (73.44% from 255 or 92.12% from 203); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A06BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A06BB is #F5F944. Grayscale: #1B1B1B. Windows color (decimal): -16120133 or 12256778. OLE color: 12256778.

HSL color Cylindrical-coordinate representation of color #0A06BB: hue angle of 241.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A06BB is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB106187-
CMYK0.950.9700.27
HSL241.33º93.78%37.84%-
HSV(B)241.33º96.79%73.33%-
XYZ9.163.7847.26-
YUV27.83217.83115.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 187 (73.44% from 255) = 92.12%
R=4.93%
G=2.96%
B=92.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061870.950.9700.27241.3393.7837.84
HexA6BB5F6101Bf15e26
Octal12627313714103336113646
Binary10101101011101110111111100001011011111100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A06BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,6,187); }

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

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

 a { background-color: rgb(10,6,187); }

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

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

 span { border-color: rgb(10,6,187); }

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