Html Css Color HEX #1006DA Medium Blue

📋 copy color: '#1006DA'

red 16 ◦ green 6 ◦ blue 218

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

Shades of Medium Blue #1006DA

Tints of Medium Blue #1006DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 90.83%

R = 6.67%
G = 2.5%
B = 90.83%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1006DA (or 0x1006DA) is known color: Medium Blue. HEX triplet: 10, 06 and DA. RGB value is (16,6,218). Sum of RGB (Red+Green+Blue) = 16+6+218=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 218 (85.55% from 255 or 90.83% from 240); Max value from RGB is 218 - color contains mainly: blue. Hex color #1006DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006DA is #EFF925. Grayscale: #202020. Windows color (decimal): -15726886 or 14288400. OLE color: 14288400.

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

Color convert

RGB 16 6 218 -
CMYK 0.93 0.97 0 0.15
HSL 242.83º 0.95% 0.44% -
HSV(B) 242.83º 0.97% 0.85% -
XYZ 12.93 5.3 66.67 -
YUV 33.16 232.31 115.76 -
System Red Green Blue C M Y K H S L
Decimal 16 6 218 0.93 0.97 0 0.15 242.83 0.95 0.44
Hex 10 6 DA 5D 61 0 F F3 5F 2C
Octal 20 6 332 135 141 0 17 363 137 54
Binary 10000 110 11011010 1011101 1100001 0 1111 11110011 1011111 101100

Color Harmonies of #1006DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1006DA

Black with #1006DA

Text Example


Text Example

White with #1006DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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