Html Css Color HEX #0106DE Medium Blue

📋 copy color: '#0106DE'

red 1 ◦ green 6 ◦ blue 222

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

Shades of Medium Blue #0106DE

Tints of Medium Blue #0106DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 96.94%

R = 0.44%
G = 2.62%
B = 96.94%

CMYK

 C value IS 1.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0106DE (or 0x0106DE) is known color: Medium Blue. HEX triplet: 01, 06 and DE. RGB value is (1,6,222). Sum of RGB (Red+Green+Blue) = 1+6+222=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 222 (87.11% from 255 or 96.94% from 229); Max value from RGB is 222 - color contains mainly: blue. Hex color #0106DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0106DE is #FEF921. Grayscale: #1C1C1C. Windows color (decimal): -16709922 or 14550529. OLE color: 14550529.

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

Color convert

RGB 1 6 222 -
CMYK 1.00 0.97 0 0.13
HSL 238.64º 0.99% 0.44% -
HSV(B) 238.64º 1% 0.87% -
XYZ 13.26 5.41 69.45 -
YUV 29.13 236.84 107.94 -
System Red Green Blue C M Y K H S L
Decimal 1 6 222 1.00 0.97 0 0.13 238.64 0.99 0.44
Hex 1 6 DE 64 61 0 D EF 63 2C
Octal 1 6 336 144 141 0 15 357 143 54
Binary 1 110 11011110 1100100 1100001 0 1101 11101111 1100011 101100

Color Harmonies of #0106DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0106DE

Black with #0106DE

Text Example


Text Example

White with #0106DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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