Html Css Color HEX #1006DC Medium Blue

📋 copy color: '#1006DC'

red 16 ◦ green 6 ◦ blue 220

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

Shades of Medium Blue #1006DC

Tints of Medium Blue #1006DC

RGB

 RED value IS 16 (6.64% from 255) = 6.61%

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

 BLUE value IS 220 (86.33% from 255) = 90.91%

R = 6.61%
G = 2.48%
B = 90.91%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1006DC (or 0x1006DC) is known color: Medium Blue. HEX triplet: 10, 06 and DC. RGB value is (16,6,220). Sum of RGB (Red+Green+Blue) = 16+6+220=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 220 (86.33% from 255 or 90.91% from 242); Max value from RGB is 220 - color contains mainly: blue. Hex color #1006DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006DC is #EFF923. Grayscale: #202020. Windows color (decimal): -15726884 or 14419472. OLE color: 14419472.

HSL color Cylindrical-coordinate representation of color #1006DC: hue angle of 242.8º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1006DC is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 6 220 -
CMYK 0.93 0.97 0 0.14
HSL 242.8º 0.95% 0.44% -
HSV(B) 242.8º 0.97% 0.86% -
XYZ 13.2 5.41 68.06 -
YUV 33.39 233.31 115.6 -
System Red Green Blue C M Y K H S L
Decimal 16 6 220 0.93 0.97 0 0.14 242.8 0.95 0.44
Hex 10 6 DC 5D 61 0 E F3 5F 2C
Octal 20 6 334 135 141 0 16 363 137 54
Binary 10000 110 11011100 1011101 1100001 0 1110 11110011 1011111 101100

Color Harmonies of #1006DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1006DC

Black with #1006DC

Text Example


Text Example

White with #1006DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1006DC; }

 p { color: rgb(16,6,220); }

 H1.HeaderClassName
 {
   color: #1006DC;
 }
 .AnyTagClassName
 {
   color: #1006DC;
 }
</style>

background-color css

<style>
 a { background-color: #1006DC; }

 a { background-color: rgb(16,6,220); }

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

border-color css

<style>
 span { border-color: #1006DC; }

 span { border-color: rgb(16,6,220); }

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