Html Css Color HEX #1213D6 Medium Blue

📋 copy color: '#1213D6'

red 18 ◦ green 19 ◦ blue 214

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

Shades of Medium Blue #1213D6

Tints of Medium Blue #1213D6

RGB

 RED value IS 18 (7.42% from 255) = 7.17%

 GREEN value IS 19 (7.81% from 255) = 7.57%

 BLUE value IS 214 (83.98% from 255) = 85.26%

R = 7.17%
G = 7.57%
B = 85.26%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1213D6 (or 0x1213D6) is known color: Medium Blue. HEX triplet: 12, 13 and D6. RGB value is (18,19,214). Sum of RGB (Red+Green+Blue) = 18+19+214=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 214 (83.98% from 255 or 85.26% from 251); Max value from RGB is 214 - color contains mainly: blue. Hex color #1213D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1213D6 is #EDEC29. Grayscale: #282828. Windows color (decimal): -15592490 or 14029586. OLE color: 14029586.

HSL color Cylindrical-coordinate representation of color #1213D6: hue angle of 239.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1213D6 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 19 214 -
CMYK 0.92 0.91 0 0.16
HSL 239.69º 0.84% 0.45% -
HSV(B) 239.69º 0.92% 0.84% -
XYZ 12.62 5.45 64.01 -
YUV 40.93 225.67 111.64 -
System Red Green Blue C M Y K H S L
Decimal 18 19 214 0.92 0.91 0 0.16 239.69 0.84 0.45
Hex 12 13 D6 5C 5B 0 10 F0 54 2D
Octal 22 23 326 134 133 0 20 360 124 55
Binary 10010 10011 11010110 1011100 1011011 0 10000 11110000 1010100 101101

Color Harmonies of #1213D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1213D6

Black with #1213D6

Text Example


Text Example

White with #1213D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1213D6; }

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

 H1.HeaderClassName
 {
   color: #1213D6;
 }
 .AnyTagClassName
 {
   color: #1213D6;
 }
</style>

background-color css

<style>
 a { background-color: #1213D6; }

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

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

border-color css

<style>
 span { border-color: #1213D6; }

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

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