Html Css Color HEX #1006BC Medium Blue

📋 copy color: '#1006BC'

red 16 ◦ green 6 ◦ blue 188

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

Shades of Medium Blue #1006BC

Tints of Medium Blue #1006BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 89.52%

R = 7.62%
G = 2.86%
B = 89.52%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1006BC (or 0x1006BC) is known color: Medium Blue. HEX triplet: 10, 06 and BC. RGB value is (16,6,188). Sum of RGB (Red+Green+Blue) = 16+6+188=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 188 (73.83% from 255 or 89.52% from 210); Max value from RGB is 188 - color contains mainly: blue. Hex color #1006BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006BC is #EFF943. Grayscale: #1D1D1D. Windows color (decimal): -15726916 or 12322320. OLE color: 12322320.

HSL color Cylindrical-coordinate representation of color #1006BC: hue angle of 243.3º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1006BC is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 6 188 -
CMYK 0.91 0.97 0 0.26
HSL 243.3º 0.94% 0.38% -
HSV(B) 243.3º 0.97% 0.74% -
XYZ 9.36 3.87 47.83 -
YUV 29.74 217.31 118.2 -
System Red Green Blue C M Y K H S L
Decimal 16 6 188 0.91 0.97 0 0.26 243.3 0.94 0.38
Hex 10 6 BC 5B 61 0 1A F3 5E 26
Octal 20 6 274 133 141 0 32 363 136 46
Binary 10000 110 10111100 1011011 1100001 0 11010 11110011 1011110 100110

Color Harmonies of #1006BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1006BC

Black with #1006BC

Text Example


Text Example

White with #1006BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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