Html Css Color HEX #1206CD Medium Blue

📋 copy color: '#1206CD'

red 18 ◦ green 6 ◦ blue 205

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

Shades of Medium Blue #1206CD

Tints of Medium Blue #1206CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 89.52%

R = 7.86%
G = 2.62%
B = 89.52%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1206CD (or 0x1206CD) is known color: Medium Blue. HEX triplet: 12, 06 and CD. RGB value is (18,6,205). Sum of RGB (Red+Green+Blue) = 18+6+205=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 205 (80.47% from 255 or 89.52% from 229); Max value from RGB is 205 - color contains mainly: blue. Hex color #1206CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1206CD is #EDF932. Grayscale: #1F1F1F. Windows color (decimal): -15595827 or 13436434. OLE color: 13436434.

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

Color convert

RGB 18 6 205 -
CMYK 0.91 0.97 0 0.20
HSL 243.62º 0.94% 0.41% -
HSV(B) 243.62º 0.97% 0.8% -
XYZ 11.33 4.67 58.06 -
YUV 32.27 225.48 117.82 -
System Red Green Blue C M Y K H S L
Decimal 18 6 205 0.91 0.97 0 0.20 243.62 0.94 0.41
Hex 12 6 CD 5B 61 0 14 F4 5E 29
Octal 22 6 315 133 141 0 24 364 136 51
Binary 10010 110 11001101 1011011 1100001 0 10100 11110100 1011110 101001

Color Harmonies of #1206CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206CD

Black with #1206CD

Text Example


Text Example

White with #1206CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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