Html Css Color HEX #0106BE Medium Blue

📋 copy color: '#0106BE'

red 1 ◦ green 6 ◦ blue 190

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

Shades of Medium Blue #0106BE

Tints of Medium Blue #0106BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 96.45%

R = 0.51%
G = 3.05%
B = 96.45%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0106BE (or 0x0106BE) is known color: Medium Blue. HEX triplet: 01, 06 and BE. RGB value is (1,6,190). Sum of RGB (Red+Green+Blue) = 1+6+190=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 190 (74.61% from 255 or 96.45% from 197); Max value from RGB is 190 - color contains mainly: blue. Hex color #0106BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0106BE is #FEF941. Grayscale: #181818. Windows color (decimal): -16709954 or 12453377. OLE color: 12453377.

HSL color Cylindrical-coordinate representation of color #0106BE: hue angle of 238.41º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0106BE is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 6 190 -
CMYK 0.99 0.97 0 0.25
HSL 238.41º 0.99% 0.37% -
HSV(B) 238.41º 0.99% 0.75% -
XYZ 9.37 3.85 48.97 -
YUV 25.48 220.84 110.54 -
System Red Green Blue C M Y K H S L
Decimal 1 6 190 0.99 0.97 0 0.25 238.41 0.99 0.37
Hex 1 6 BE 63 61 0 19 EE 63 25
Octal 1 6 276 143 141 0 31 356 143 45
Binary 1 110 10111110 1100011 1100001 0 11001 11101110 1100011 100101

Color Harmonies of #0106BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0106BE

Black with #0106BE

Text Example


Text Example

White with #0106BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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