Html Css Color HEX #1206B6 Medium Blue

📋 copy color: '#1206B6'

red 18 ◦ green 6 ◦ blue 182

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

Shades of Medium Blue #1206B6

Tints of Medium Blue #1206B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 88.35%

R = 8.74%
G = 2.91%
B = 88.35%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1206B6 (or 0x1206B6) is known color: Medium Blue. HEX triplet: 12, 06 and B6. RGB value is (18,6,182). Sum of RGB (Red+Green+Blue) = 18+6+182=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 182 (71.48% from 255 or 88.35% from 206); Max value from RGB is 182 - color contains mainly: blue. Hex color #1206B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1206B6 is #EDF949. Grayscale: #1C1C1C. Windows color (decimal): -15595850 or 11929106. OLE color: 11929106.

HSL color Cylindrical-coordinate representation of color #1206B6: hue angle of 244.09º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1206B6 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 6 182 -
CMYK 0.90 0.97 0 0.29
HSL 244.09º 0.94% 0.37% -
HSV(B) 244.09º 0.97% 0.71% -
XYZ 8.76 3.64 44.5 -
YUV 29.65 213.98 119.69 -
System Red Green Blue C M Y K H S L
Decimal 18 6 182 0.90 0.97 0 0.29 244.09 0.94 0.37
Hex 12 6 B6 5A 61 0 1D F4 5E 25
Octal 22 6 266 132 141 0 35 364 136 45
Binary 10010 110 10110110 1011010 1100001 0 11101 11110100 1011110 100101

Color Harmonies of #1206B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206B6

Black with #1206B6

Text Example


Text Example

White with #1206B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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