#1119CA

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

Shades of Medium Blue #1119CA

Tints of Medium Blue #1119CA

Color information

#1119CA (or 0x1119CA) is unknown color: approx Medium Blue. HEX triplet: 11, 19 and CA. RGB value is (17,25,202). Sum of RGB (Red+Green+Blue) = 17+25+202=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 202 (79.30% from 255 or 82.79% from 244); Max value from RGB is 202 - color contains mainly: blue. Hex color #1119CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1119CA is #EEE635. Grayscale: #2A2A2A. Windows color (decimal): -15656502 or 13244689. OLE color: 13244689.

HSL color Cylindrical-coordinate representation of color #1119CA: hue angle of 237.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1119CA is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1725202-
CMYK0.920.8800.21
HSL237.41º84.47%42.94%-
HSV(B)237.41º91.58%79.22%-
XYZ11.245.0856.27-
YUV42.79217.85109.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.97%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 202 (79.30% from 255) = 82.79%
R=6.97%
G=10.25%
B=82.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal17252020.920.8800.21237.4184.4742.94
Hex1119CA5C58015ed542b
Octal213131213413002535512453
Binary10001110011100101010111001011000010101111011011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1119CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1119CA; }

 p { color: rgb(17,25,202); }

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

<style>
 a { background-color: #1119CA; }

 a { background-color: rgb(17,25,202); }

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

<style>
 span { border-color: #1119CA; }

 span { border-color: rgb(17,25,202); }

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