Html Css Color HEX #1206C9 Medium Blue

📋 copy color: '#1206C9'

red 18 ◦ green 6 ◦ blue 201

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

Shades of Medium Blue #1206C9

Tints of Medium Blue #1206C9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

 BLUE value IS 201 (78.91% from 255) = 89.33%

R = 8%
G = 2.67%
B = 89.33%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1206C9 (or 0x1206C9) is known color: Medium Blue. HEX triplet: 12, 06 and C9. RGB value is (18,6,201). Sum of RGB (Red+Green+Blue) = 18+6+201=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 201 (78.91% from 255 or 89.33% from 225); Max value from RGB is 201 - color contains mainly: blue. Hex color #1206C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1206C9 is #EDF936. Grayscale: #1F1F1F. Windows color (decimal): -15595831 or 13174290. OLE color: 13174290.

HSL color Cylindrical-coordinate representation of color #1206C9: hue angle of 243.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1206C9 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 6 201 -
CMYK 0.91 0.97 0 0.21
HSL 243.69º 0.94% 0.41% -
HSV(B) 243.69º 0.97% 0.79% -
XYZ 10.86 4.48 55.55 -
YUV 31.82 223.48 118.14 -
System Red Green Blue C M Y K H S L
Decimal 18 6 201 0.91 0.97 0 0.21 243.69 0.94 0.41
Hex 12 6 C9 5B 61 0 15 F4 5E 29
Octal 22 6 311 133 141 0 25 364 136 51
Binary 10010 110 11001001 1011011 1100001 0 10101 11110100 1011110 101001

Color Harmonies of #1206C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206C9

Black with #1206C9

Text Example


Text Example

White with #1206C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1206C9; }

 p { color: rgb(18,6,201); }

 H1.HeaderClassName
 {
   color: #1206C9;
 }
 .AnyTagClassName
 {
   color: #1206C9;
 }
</style>

background-color css

<style>
 a { background-color: #1206C9; }

 a { background-color: rgb(18,6,201); }

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

border-color css

<style>
 span { border-color: #1206C9; }

 span { border-color: rgb(18,6,201); }

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