#1315CC

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

Shades of Medium Blue #1315CC

Tints of Medium Blue #1315CC

Color information

#1315CC (or 0x1315CC) is unknown color: approx Medium Blue. HEX triplet: 13, 15 and CC. RGB value is (19,21,204). Sum of RGB (Red+Green+Blue) = 19+21+204=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 204 (80.08% from 255 or 83.61% from 244); Max value from RGB is 204 - color contains mainly: blue. Hex color #1315CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1315CC is #ECEA33. Grayscale: #282828. Windows color (decimal): -15526452 or 13374739. OLE color: 13374739.

HSL color Cylindrical-coordinate representation of color #1315CC: hue angle of 239.35º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1315CC is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1921204-
CMYK0.910.9000.2
HSL239.35º82.96%43.73%-
HSV(B)239.35º90.69%80%-
XYZ11.445.0357.5-
YUV41.26219.84112.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 204 (80.08% from 255) = 83.61%
R=7.79%
G=8.61%
B=83.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal19212040.910.9000.2239.3582.9643.73
Hex1315CC5B5A014ef532c
Octal232531413313202435712354
Binary10011101011100110010110111011010010100111011111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1315CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1315CC; }

 p { color: rgb(19,21,204); }

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

<style>
 a { background-color: #1315CC; }

 a { background-color: rgb(19,21,204); }

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

<style>
 span { border-color: #1315CC; }

 span { border-color: rgb(19,21,204); }

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