Html Css Color HEX #0106EF Blue

📋 copy color: '#0106EF'

red 1 ◦ green 6 ◦ blue 239

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

Shades of Blue #0106EF

Tints of Blue #0106EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 97.15%

R = 0.41%
G = 2.44%
B = 97.15%

CMYK

 C value IS 1.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0106EF (or 0x0106EF) is known color: Blue. HEX triplet: 01, 06 and EF. RGB value is (1,6,239). Sum of RGB (Red+Green+Blue) = 1+6+239=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 239 (93.75% from 255 or 97.15% from 246); Max value from RGB is 239 - color contains mainly: blue. Hex color #0106EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0106EF is #FEF910. Grayscale: #1E1E1E. Windows color (decimal): -16709905 or 15664641. OLE color: 15664641.

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

Color convert

RGB 1 6 239 -
CMYK 1.00 0.97 0 0.06
HSL 238.74º 0.99% 0.47% -
HSV(B) 238.74º 1% 0.94% -
XYZ 15.66 6.37 82.07 -
YUV 31.07 245.34 106.55 -
System Red Green Blue C M Y K H S L
Decimal 1 6 239 1.00 0.97 0 0.06 238.74 0.99 0.47
Hex 1 6 EF 64 61 0 6 EF 63 2F
Octal 1 6 357 144 141 0 6 357 143 57
Binary 1 110 11101111 1100100 1100001 0 110 11101111 1100011 101111

Color Harmonies of #0106EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0106EF

Black with #0106EF

Text Example


Text Example

White with #0106EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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