Html Css Color HEX #0106DD Medium Blue

📋 copy color: '#0106DD'

red 1 ◦ green 6 ◦ blue 221

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

Shades of Medium Blue #0106DD

Tints of Medium Blue #0106DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 96.93%

R = 0.44%
G = 2.63%
B = 96.93%

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

#0106DD (or 0x0106DD) is known color: Medium Blue. HEX triplet: 01, 06 and DD. RGB value is (1,6,221). Sum of RGB (Red+Green+Blue) = 1+6+221=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 221 (86.72% from 255 or 96.93% from 228); Max value from RGB is 221 - color contains mainly: blue. Hex color #0106DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0106DD is #FEF922. Grayscale: #1C1C1C. Windows color (decimal): -16709923 or 14484993. OLE color: 14484993.

HSL color Cylindrical-coordinate representation of color #0106DD: 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 #0106DD is Cyan = 1.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 6 221 -
CMYK 1.00 0.97 0 0.13
HSL 238.64º 0.99% 0.44% -
HSV(B) 238.64º 1% 0.87% -
XYZ 13.13 5.36 68.75 -
YUV 29.02 236.34 108.02 -
System Red Green Blue C M Y K H S L
Decimal 1 6 221 1.00 0.97 0 0.13 238.64 0.99 0.44
Hex 1 6 DD 64 61 0 D EF 63 2C
Octal 1 6 335 144 141 0 15 357 143 54
Binary 1 110 11011101 1100100 1100001 0 1101 11101111 1100011 101100

Color Harmonies of #0106DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0106DD

Black with #0106DD

Text Example


Text Example

White with #0106DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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