Html Css Color HEX #0106CC Medium Blue

📋 copy color: '#0106CC'

red 1 ◦ green 6 ◦ blue 204

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

Shades of Medium Blue #0106CC

Tints of Medium Blue #0106CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 96.68%

R = 0.47%
G = 2.84%
B = 96.68%

CMYK

 C value IS 1.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0106CC (or 0x0106CC) is known color: Medium Blue. HEX triplet: 01, 06 and CC. RGB value is (1,6,204). Sum of RGB (Red+Green+Blue) = 1+6+204=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 204 (80.08% from 255 or 96.68% from 211); Max value from RGB is 204 - color contains mainly: blue. Hex color #0106CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0106CC is #FEF933. Grayscale: #1A1A1A. Windows color (decimal): -16709940 or 13370881. OLE color: 13370881.

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

Color convert

RGB 1 6 204 -
CMYK 1.00 0.97 0 0.2
HSL 238.52º 0.99% 0.4% -
HSV(B) 238.52º 1% 0.8% -
XYZ 10.98 4.5 57.42 -
YUV 27.08 227.84 109.4 -
System Red Green Blue C M Y K H S L
Decimal 1 6 204 1.00 0.97 0 0.2 238.52 0.99 0.4
Hex 1 6 CC 64 61 0 14 EF 63 28
Octal 1 6 314 144 141 0 24 357 143 50
Binary 1 110 11001100 1100100 1100001 0 10100 11101111 1100011 101000

Color Harmonies of #0106CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0106CC

Black with #0106CC

Text Example


Text Example

White with #0106CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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