Html Css Color HEX #0106DB Medium Blue

📋 copy color: '#0106DB'

red 1 ◦ green 6 ◦ blue 219

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

Shades of Medium Blue #0106DB

Tints of Medium Blue #0106DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 96.9%

R = 0.44%
G = 2.65%
B = 96.9%

CMYK

 C value IS 1.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0106DB (or 0x0106DB) is known color: Medium Blue. HEX triplet: 01, 06 and DB. RGB value is (1,6,219). Sum of RGB (Red+Green+Blue) = 1+6+219=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 219 (85.94% from 255 or 96.90% from 226); Max value from RGB is 219 - color contains mainly: blue. Hex color #0106DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0106DB is #FEF924. Grayscale: #1B1B1B. Windows color (decimal): -16709925 or 14353921. OLE color: 14353921.

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

Color convert

RGB 1 6 219 -
CMYK 1.00 0.97 0 0.14
HSL 238.62º 0.99% 0.43% -
HSV(B) 238.62º 1% 0.86% -
XYZ 12.86 5.25 67.35 -
YUV 28.79 235.34 108.18 -
System Red Green Blue C M Y K H S L
Decimal 1 6 219 1.00 0.97 0 0.14 238.62 0.99 0.43
Hex 1 6 DB 64 61 0 E EF 63 2B
Octal 1 6 333 144 141 0 16 357 143 53
Binary 1 110 11011011 1100100 1100001 0 1110 11101111 1100011 101011

Color Harmonies of #0106DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0106DB

Black with #0106DB

Text Example


Text Example

White with #0106DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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