Html Css Color HEX #0106EC Blue

📋 copy color: '#0106EC'

red 1 ◦ green 6 ◦ blue 236

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

Shades of Blue #0106EC

Tints of Blue #0106EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 97.12%

R = 0.41%
G = 2.47%
B = 97.12%

CMYK

 C value IS 1.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0106EC (or 0x0106EC) is known color: Blue. HEX triplet: 01, 06 and EC. RGB value is (1,6,236). Sum of RGB (Red+Green+Blue) = 1+6+236=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 236 (92.58% from 255 or 97.12% from 243); Max value from RGB is 236 - color contains mainly: blue. Hex color #0106EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0106EC is #FEF913. Grayscale: #1D1D1D. Windows color (decimal): -16709908 or 15468033. OLE color: 15468033.

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

Color convert

RGB 1 6 236 -
CMYK 1.00 0.97 0 0.07
HSL 238.72º 0.99% 0.46% -
HSV(B) 238.72º 1% 0.93% -
XYZ 15.22 6.19 79.75 -
YUV 30.73 243.84 106.8 -
System Red Green Blue C M Y K H S L
Decimal 1 6 236 1.00 0.97 0 0.07 238.72 0.99 0.46
Hex 1 6 EC 64 61 0 7 EF 63 2E
Octal 1 6 354 144 141 0 7 357 143 56
Binary 1 110 11101100 1100100 1100001 0 111 11101111 1100011 101110

Color Harmonies of #0106EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0106EC

Black with #0106EC

Text Example


Text Example

White with #0106EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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