#1005BC

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

Shades of Medium Blue #1005BC

Tints of Medium Blue #1005BC

Color information

#1005BC (or 0x1005BC) is unknown color: approx Medium Blue. HEX triplet: 10, 05 and BC. RGB value is (16,5,188). Sum of RGB (Red+Green+Blue) = 16+5+188=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 188 (73.83% from 255 or 89.95% from 209); Max value from RGB is 188 - color contains mainly: blue. Hex color #1005BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1005BC is #EFFA43. Grayscale: #1C1C1C. Windows color (decimal): -15727172 or 12322064. OLE color: 12322064.

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

Color convert

RGB165188-
CMYK0.910.9700.26
HSL243.61º94.82%37.84%-
HSV(B)243.61º97.34%73.73%-
XYZ9.353.8547.83-
YUV29.15217.64118.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 188 (73.83% from 255) = 89.95%
R=7.66%
G=2.39%
B=89.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651880.910.9700.26243.6194.8237.84
Hex105BC5B6101Af45f26
Octal20527413314103236413746
Binary100001011011110010110111100001011010111101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1005BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1005BC; }

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

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

<style>
 a { background-color: #1005BC; }

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

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

<style>
 span { border-color: #1005BC; }

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

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