Html Css Color HEX #0105BB Medium Blue

📋 copy color: '#0105BB'

red 1 ◦ green 5 ◦ blue 187

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

Shades of Medium Blue #0105BB

Tints of Medium Blue #0105BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 96.89%

R = 0.52%
G = 2.59%
B = 96.89%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0105BB (or 0x0105BB) is known color: Medium Blue. HEX triplet: 01, 05 and BB. RGB value is (1,5,187). Sum of RGB (Red+Green+Blue) = 1+5+187=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 187 (73.44% from 255 or 96.89% from 193); Max value from RGB is 187 - color contains mainly: blue. Hex color #0105BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0105BB is #FEFA44. Grayscale: #171717. Windows color (decimal): -16710213 or 12256513. OLE color: 12256513.

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

Color convert

RGB 1 5 187 -
CMYK 0.99 0.97 0 0.27
HSL 238.71º 0.99% 0.37% -
HSV(B) 238.71º 0.99% 0.73% -
XYZ 9.04 3.7 47.25 -
YUV 24.55 219.67 111.2 -
System Red Green Blue C M Y K H S L
Decimal 1 5 187 0.99 0.97 0 0.27 238.71 0.99 0.37
Hex 1 5 BB 63 61 0 1B EF 63 25
Octal 1 5 273 143 141 0 33 357 143 45
Binary 1 101 10111011 1100011 1100001 0 11011 11101111 1100011 100101

Color Harmonies of #0105BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0105BB

Black with #0105BB

Text Example


Text Example

White with #0105BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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