#1318C8

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

Shades of Medium Blue #1318C8

Tints of Medium Blue #1318C8

Color information

#1318C8 (or 0x1318C8) is unknown color: approx Medium Blue. HEX triplet: 13, 18 and C8. RGB value is (19,24,200). Sum of RGB (Red+Green+Blue) = 19+24+200=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 200 (78.52% from 255 or 82.30% from 243); Max value from RGB is 200 - color contains mainly: blue. Hex color #1318C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1318C8 is #ECE737. Grayscale: #292929. Windows color (decimal): -15525688 or 13113363. OLE color: 13113363.

HSL color Cylindrical-coordinate representation of color #1318C8: hue angle of 238.34º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1318C8 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1924200-
CMYK0.900.8800.22
HSL238.34º82.65%42.94%-
HSV(B)238.34º90.5%78.43%-
XYZ11.024.9655.02-
YUV42.57216.84111.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.82%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 200 (78.52% from 255) = 82.30%
R=7.82%
G=9.88%
B=82.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19242000.900.8800.22238.3482.6542.94
Hex1318C85A58016ee532b
Octal233031013213002635612353
Binary10011110001100100010110101011000010110111011101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1318C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1318C8; }

 p { color: rgb(19,24,200); }

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

<style>
 a { background-color: #1318C8; }

 a { background-color: rgb(19,24,200); }

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

<style>
 span { border-color: #1318C8; }

 span { border-color: rgb(19,24,200); }

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