Html Css Color HEX #0106CD Medium Blue

📋 copy color: '#0106CD'

red 1 ◦ green 6 ◦ blue 205

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

Shades of Medium Blue #0106CD

Tints of Medium Blue #0106CD

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

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

 BLUE value IS 205 (80.47% from 255) = 96.7%

R = 0.47%
G = 2.83%
B = 96.7%

CMYK

 C value IS 1.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0106CD (or 0x0106CD) is known color: Medium Blue. HEX triplet: 01, 06 and CD. RGB value is (1,6,205). Sum of RGB (Red+Green+Blue) = 1+6+205=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 205 (80.47% from 255 or 96.70% from 212); Max value from RGB is 205 - color contains mainly: blue. Hex color #0106CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0106CD is #FEF932. Grayscale: #1A1A1A. Windows color (decimal): -16709939 or 13436417. OLE color: 13436417.

HSL color Cylindrical-coordinate representation of color #0106CD: hue angle of 238.53º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0106CD is Cyan = 1.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 6 205 -
CMYK 1.00 0.97 0 0.20
HSL 238.53º 0.99% 0.4% -
HSV(B) 238.53º 1% 0.8% -
XYZ 11.1 4.54 58.05 -
YUV 27.19 228.34 109.32 -
System Red Green Blue C M Y K H S L
Decimal 1 6 205 1.00 0.97 0 0.20 238.53 0.99 0.4
Hex 1 6 CD 64 61 0 14 EF 63 28
Octal 1 6 315 144 141 0 24 357 143 50
Binary 1 110 11001101 1100100 1100001 0 10100 11101111 1100011 101000

Color Harmonies of #0106CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0106CD

Black with #0106CD

Text Example


Text Example

White with #0106CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0106CD; }

 p { color: rgb(1,6,205); }

 H1.HeaderClassName
 {
   color: #0106CD;
 }
 .AnyTagClassName
 {
   color: #0106CD;
 }
</style>

background-color css

<style>
 a { background-color: #0106CD; }

 a { background-color: rgb(1,6,205); }

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

border-color css

<style>
 span { border-color: #0106CD; }

 span { border-color: rgb(1,6,205); }

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