#0A06BC

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

Shades of Medium Blue #0A06BC

Tints of Medium Blue #0A06BC

Color information

#0A06BC (or 0x0A06BC) is unknown color: approx Medium Blue. HEX triplet: 0A, 06 and BC. RGB value is (10,6,188). Sum of RGB (Red+Green+Blue) = 10+6+188=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 188 (73.83% from 255 or 92.16% from 204); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A06BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A06BC is #F5F943. Grayscale: #1B1B1B. Windows color (decimal): -16120132 or 12322314. OLE color: 12322314.

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

Color convert

RGB106188-
CMYK0.950.9700.26
HSL241.32º93.81%38.04%-
HSV(B)241.32º96.81%73.73%-
XYZ9.273.8347.83-
YUV27.94218.33115.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.90%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 188 (73.83% from 255) = 92.16%
R=4.90%
G=2.94%
B=92.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061880.950.9700.26241.3293.8138.04
HexA6BC5F6101Af15e26
Octal12627413714103236113646
Binary10101101011110010111111100001011010111100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A06BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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