#0A05BC

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

Shades of Medium Blue #0A05BC

Tints of Medium Blue #0A05BC

Color information

#0A05BC (or 0x0A05BC) is unknown color: approx Medium Blue. HEX triplet: 0A, 05 and BC. RGB value is (10,5,188). Sum of RGB (Red+Green+Blue) = 10+5+188=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 188 (73.83% from 255 or 92.61% from 203); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A05BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A05BC is #F5FA43. Grayscale: #1A1A1A. Windows color (decimal): -16120388 or 12322058. OLE color: 12322058.

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

Color convert

RGB105188-
CMYK0.950.9700.26
HSL241.64º94.82%37.84%-
HSV(B)241.64º97.34%73.73%-
XYZ9.263.847.82-
YUV27.36218.66115.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 188 (73.83% from 255) = 92.61%
R=4.93%
G=2.46%
B=92.61%

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
Decimal1051880.950.9700.26241.6494.8237.84
HexA5BC5F6101Af25f26
Octal12527413714103236213746
Binary10101011011110010111111100001011010111100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A05BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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