Html Css Color HEX #1006DB Medium Blue

📋 copy color: '#1006DB'

red 16 ◦ green 6 ◦ blue 219

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

Shades of Medium Blue #1006DB

Tints of Medium Blue #1006DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 90.87%

R = 6.64%
G = 2.49%
B = 90.87%

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

#1006DB (or 0x1006DB) is known color: Medium Blue. HEX triplet: 10, 06 and DB. RGB value is (16,6,219). Sum of RGB (Red+Green+Blue) = 16+6+219=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 219 (85.94% from 255 or 90.87% from 241); Max value from RGB is 219 - color contains mainly: blue. Hex color #1006DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006DB is #EFF924. Grayscale: #202020. Windows color (decimal): -15726885 or 14353936. OLE color: 14353936.

HSL color Cylindrical-coordinate representation of color #1006DB: hue angle of 242.82º 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 #1006DB is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 6 219 -
CMYK 0.93 0.97 0 0.14
HSL 242.82º 0.95% 0.44% -
HSV(B) 242.82º 0.97% 0.86% -
XYZ 13.06 5.35 67.36 -
YUV 33.27 232.81 115.68 -
System Red Green Blue C M Y K H S L
Decimal 16 6 219 0.93 0.97 0 0.14 242.82 0.95 0.44
Hex 10 6 DB 5D 61 0 E F3 5F 2C
Octal 20 6 333 135 141 0 16 363 137 54
Binary 10000 110 11011011 1011101 1100001 0 1110 11110011 1011111 101100

Color Harmonies of #1006DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1006DB

Black with #1006DB

Text Example


Text Example

White with #1006DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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