#1508C1

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

Shades of Medium Blue #1508C1

Tints of Medium Blue #1508C1

Color information

#1508C1 (or 0x1508C1) is unknown color: approx Medium Blue. HEX triplet: 15, 08 and C1. RGB value is (21,8,193). Sum of RGB (Red+Green+Blue) = 21+8+193=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 193 (75.78% from 255 or 86.94% from 222); Max value from RGB is 193 - color contains mainly: blue. Hex color #1508C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508C1 is #EAF73E. Grayscale: #202020. Windows color (decimal): -15398719 or 12650517. OLE color: 12650517.

HSL color Cylindrical-coordinate representation of color #1508C1: hue angle of 244.22º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1508C1 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB218193-
CMYK0.890.9600.24
HSL244.22º92.04%39.41%-
HSV(B)244.22º95.85%75.69%-
XYZ10.024.1850.73-
YUV32.98218.31119.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 193 (75.78% from 255) = 86.94%
R=9.46%
G=3.60%
B=86.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2181930.890.9600.24244.2292.0439.41
Hex158C15960018f45c27
Octal251030113114003036413447
Binary1010110001100000110110011100000011000111101001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1508C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1508C1; }

 p { color: rgb(21,8,193); }

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

<style>
 a { background-color: #1508C1; }

 a { background-color: rgb(21,8,193); }

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

<style>
 span { border-color: #1508C1; }

 span { border-color: rgb(21,8,193); }

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