Html Css Color HEX #1312DC Medium Blue

📋 copy color: '#1312DC'

red 19 ◦ green 18 ◦ blue 220

#1312DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #1312DC

Tints of Medium Blue #1312DC

RGB

 RED value IS 19 (7.81% from 255) = 7.39%

 GREEN value IS 18 (7.42% from 255) = 7%

 BLUE value IS 220 (86.33% from 255) = 85.6%

R = 7.39%
G = 7%
B = 85.6%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1312DC (or 0x1312DC) is known color: Medium Blue. HEX triplet: 13, 12 and DC. RGB value is (19,18,220). Sum of RGB (Red+Green+Blue) = 19+18+220=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #1312DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1312DC is #ECED23. Grayscale: #282828. Windows color (decimal): -15527204 or 14422547. OLE color: 14422547.

HSL color Cylindrical-coordinate representation of color #1312DC: hue angle of 240.3º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1312DC is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 18 220 -
CMYK 0.91 0.92 0 0.14
HSL 240.3º 0.85% 0.47% -
HSV(B) 240.3º 0.92% 0.86% -
XYZ 13.4 5.74 68.11 -
YUV 41.33 228.83 112.07 -
System Red Green Blue C M Y K H S L
Decimal 19 18 220 0.91 0.92 0 0.14 240.3 0.85 0.47
Hex 13 12 DC 5B 5C 0 E F0 55 2F
Octal 23 22 334 133 134 0 16 360 125 57
Binary 10011 10010 11011100 1011011 1011100 0 1110 11110000 1010101 101111

Color Harmonies of #1312DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1312DC

Black with #1312DC

Text Example


Text Example

White with #1312DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1312DC;
 }
 .AnyTagClassName
 {
   color: #1312DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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