Html Css Color HEX #0106CE Medium Blue

📋 copy color: '#0106CE'

red 1 ◦ green 6 ◦ blue 206

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

Shades of Medium Blue #0106CE

Tints of Medium Blue #0106CE

RGB

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

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

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

R = 0.47%
G = 2.82%
B = 96.71%

CMYK

 C value IS 1.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0106CE (or 0x0106CE) is known color: Medium Blue. HEX triplet: 01, 06 and CE. RGB value is (1,6,206). Sum of RGB (Red+Green+Blue) = 1+6+206=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 206 (80.86% from 255 or 96.71% from 213); Max value from RGB is 206 - color contains mainly: blue. Hex color #0106CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0106CE is #FEF931. Grayscale: #1A1A1A. Windows color (decimal): -16709938 or 13501953. OLE color: 13501953.

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

Color convert

RGB 1 6 206 -
CMYK 1.00 0.97 0 0.19
HSL 238.54º 0.99% 0.41% -
HSV(B) 238.54º 1% 0.81% -
XYZ 11.22 4.59 58.69 -
YUV 27.31 228.84 109.24 -
System Red Green Blue C M Y K H S L
Decimal 1 6 206 1.00 0.97 0 0.19 238.54 0.99 0.41
Hex 1 6 CE 64 61 0 13 EF 63 29
Octal 1 6 316 144 141 0 23 357 143 51
Binary 1 110 11001110 1100100 1100001 0 10011 11101111 1100011 101001

Color Harmonies of #0106CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0106CE

Black with #0106CE

Text Example


Text Example

White with #0106CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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