Html Css Color HEX #1006CE Medium Blue

📋 copy color: '#1006CE'

red 16 ◦ green 6 ◦ blue 206

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

Shades of Medium Blue #1006CE

Tints of Medium Blue #1006CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 90.35%

R = 7.02%
G = 2.63%
B = 90.35%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1006CE (or 0x1006CE) is known color: Medium Blue. HEX triplet: 10, 06 and CE. RGB value is (16,6,206). Sum of RGB (Red+Green+Blue) = 16+6+206=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 206 (80.86% from 255 or 90.35% from 228); Max value from RGB is 206 - color contains mainly: blue. Hex color #1006CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006CE is #EFF931. Grayscale: #1F1F1F. Windows color (decimal): -15726898 or 13501968. OLE color: 13501968.

HSL color Cylindrical-coordinate representation of color #1006CE: hue angle of 243º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1006CE is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 6 206 -
CMYK 0.92 0.97 0 0.19
HSL 243º 0.94% 0.42% -
HSV(B) 243º 0.97% 0.81% -
XYZ 11.42 4.7 58.7 -
YUV 31.79 226.31 116.74 -
System Red Green Blue C M Y K H S L
Decimal 16 6 206 0.92 0.97 0 0.19 243 0.94 0.42
Hex 10 6 CE 5C 61 0 13 F3 5E 2A
Octal 20 6 316 134 141 0 23 363 136 52
Binary 10000 110 11001110 1011100 1100001 0 10011 11110011 1011110 101010

Color Harmonies of #1006CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1006CE

Black with #1006CE

Text Example


Text Example

White with #1006CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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