#1104CB

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

Shades of Medium Blue #1104CB

Tints of Medium Blue #1104CB

Color information

#1104CB (or 0x1104CB) is unknown color: approx Medium Blue. HEX triplet: 11, 04 and CB. RGB value is (17,4,203). Sum of RGB (Red+Green+Blue) = 17+4+203=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 203 (79.69% from 255 or 90.62% from 224); Max value from RGB is 203 - color contains mainly: blue. Hex color #1104CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1104CB is #EEFB34. Grayscale: #1D1D1D. Windows color (decimal): -15661877 or 13304849. OLE color: 13304849.

HSL color Cylindrical-coordinate representation of color #1104CB: hue angle of 243.92º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1104CB is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174203-
CMYK0.920.9800.20
HSL243.92º96.14%40.59%-
HSV(B)243.92º98.03%79.61%-
XYZ11.054.5256.79-
YUV30.57225.31118.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 203 (79.69% from 255) = 90.62%
R=7.59%
G=1.79%
B=90.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742030.920.9800.20243.9296.1440.59
Hex114CB5C62014f46029
Octal21431313414202436414051
Binary100011001100101110111001100010010100111101001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1104CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1104CB; }

 p { color: rgb(17,4,203); }

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

<style>
 a { background-color: #1104CB; }

 a { background-color: rgb(17,4,203); }

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

<style>
 span { border-color: #1104CB; }

 span { border-color: rgb(17,4,203); }

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