#1312CA

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

Shades of Medium Blue #1312CA

Tints of Medium Blue #1312CA

Color information

#1312CA (or 0x1312CA) is unknown color: approx Medium Blue. HEX triplet: 13, 12 and CA. RGB value is (19,18,202). Sum of RGB (Red+Green+Blue) = 19+18+202=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 202 (79.30% from 255 or 84.52% from 239); Max value from RGB is 202 - color contains mainly: blue. Hex color #1312CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1312CA is #ECED35. Grayscale: #262626. Windows color (decimal): -15527222 or 13242899. OLE color: 13242899.

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

Color convert

RGB1918202-
CMYK0.910.9100.21
HSL240.33º83.64%43.14%-
HSV(B)240.33º91.09%79.22%-
XYZ11.154.8456.22-
YUV39.28219.83113.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 202 (79.30% from 255) = 84.52%
R=7.95%
G=7.53%
B=84.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19182020.910.9100.21240.3383.6443.14
Hex1312CA5B5B015f0542b
Octal232231213313302536012453
Binary10011100101100101010110111011011010101111100001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1312CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,18,202); }

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

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

 a { background-color: rgb(19,18,202); }

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

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

 span { border-color: rgb(19,18,202); }

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