#1005B8

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

Shades of Medium Blue #1005B8

Tints of Medium Blue #1005B8

Color information

#1005B8 (or 0x1005B8) is unknown color: approx Medium Blue. HEX triplet: 10, 05 and B8. RGB value is (16,5,184). Sum of RGB (Red+Green+Blue) = 16+5+184=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 184 (72.27% from 255 or 89.76% from 205); Max value from RGB is 184 - color contains mainly: blue. Hex color #1005B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1005B8 is #EFFA47. Grayscale: #1B1B1B. Windows color (decimal): -15727176 or 12059920. OLE color: 12059920.

HSL color Cylindrical-coordinate representation of color #1005B8: hue angle of 243.69º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1005B8 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB165184-
CMYK0.910.9700.28
HSL243.69º94.71%37.06%-
HSV(B)243.69º97.28%72.16%-
XYZ8.923.6845.59-
YUV28.7215.64118.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 184 (72.27% from 255) = 89.76%
R=7.80%
G=2.44%
B=89.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651840.910.9700.28243.6994.7137.06
Hex105B85B6101Cf45f25
Octal20527013314103436413745
Binary100001011011100010110111100001011100111101001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1005B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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