Html Css Color HEX #0105BF Medium Blue

📋 copy color: '#0105BF'

red 1 ◦ green 5 ◦ blue 191

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

Shades of Medium Blue #0105BF

Tints of Medium Blue #0105BF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 191 (75% from 255) = 96.95%

R = 0.51%
G = 2.54%
B = 96.95%

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

#0105BF (or 0x0105BF) is known color: Medium Blue. HEX triplet: 01, 05 and BF. RGB value is (1,5,191). Sum of RGB (Red+Green+Blue) = 1+5+191=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 191 (75% from 255 or 96.95% from 197); Max value from RGB is 191 - color contains mainly: blue. Hex color #0105BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0105BF is #FEFA40. Grayscale: #181818. Windows color (decimal): -16710209 or 12518657. OLE color: 12518657.

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

Color convert

RGB 1 5 191 -
CMYK 0.99 0.97 0 0.25
HSL 238.74º 0.99% 0.38% -
HSV(B) 238.74º 0.99% 0.75% -
XYZ 9.47 3.88 49.54 -
YUV 25.01 221.67 110.88 -
System Red Green Blue C M Y K H S L
Decimal 1 5 191 0.99 0.97 0 0.25 238.74 0.99 0.38
Hex 1 5 BF 63 61 0 19 EF 63 26
Octal 1 5 277 143 141 0 31 357 143 46
Binary 1 101 10111111 1100011 1100001 0 11001 11101111 1100011 100110

Color Harmonies of #0105BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0105BF

Black with #0105BF

Text Example


Text Example

White with #0105BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0105BF; }

 p { color: rgb(1,5,191); }

 H1.HeaderClassName
 {
   color: #0105BF;
 }
 .AnyTagClassName
 {
   color: #0105BF;
 }
</style>

background-color css

<style>
 a { background-color: #0105BF; }

 a { background-color: rgb(1,5,191); }

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

border-color css

<style>
 span { border-color: #0105BF; }

 span { border-color: rgb(1,5,191); }

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