Html Css Color HEX #1206BF Medium Blue

📋 copy color: '#1206BF'

red 18 ◦ green 6 ◦ blue 191

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

Shades of Medium Blue #1206BF

Tints of Medium Blue #1206BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 88.84%

R = 8.37%
G = 2.79%
B = 88.84%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1206BF (or 0x1206BF) is known color: Medium Blue. HEX triplet: 12, 06 and BF. RGB value is (18,6,191). Sum of RGB (Red+Green+Blue) = 18+6+191=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 191 (75% from 255 or 88.84% from 215); Max value from RGB is 191 - color contains mainly: blue. Hex color #1206BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1206BF is #EDF940. Grayscale: #1D1D1D. Windows color (decimal): -15595841 or 12518930. OLE color: 12518930.

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

Color convert

RGB 18 6 191 -
CMYK 0.91 0.97 0 0.25
HSL 243.89º 0.94% 0.39% -
HSV(B) 243.89º 0.97% 0.75% -
XYZ 9.72 4.02 49.55 -
YUV 30.68 218.48 118.96 -
System Red Green Blue C M Y K H S L
Decimal 18 6 191 0.91 0.97 0 0.25 243.89 0.94 0.39
Hex 12 6 BF 5B 61 0 19 F4 5E 27
Octal 22 6 277 133 141 0 31 364 136 47
Binary 10010 110 10111111 1011011 1100001 0 11001 11110100 1011110 100111

Color Harmonies of #1206BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206BF

Black with #1206BF

Text Example


Text Example

White with #1206BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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