Html Css Color HEX #1B05BE Medium Blue

📋 copy color: '#1B05BE'

red 27 ◦ green 5 ◦ blue 190

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

Shades of Medium Blue #1B05BE

Tints of Medium Blue #1B05BE

RGB

 RED value IS 27 (10.94% from 255) = 12.16%

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

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

R = 12.16%
G = 2.25%
B = 85.59%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1B05BE (or 0x1B05BE) is known color: Medium Blue. HEX triplet: 1B, 05 and BE. RGB value is (27,5,190). Sum of RGB (Red+Green+Blue) = 27+5+190=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 190 (74.61% from 255 or 85.59% from 222); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B05BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B05BE is #E4FA41. Grayscale: #1F1F1F. Windows color (decimal): -15006274 or 12453147. OLE color: 12453147.

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

Color convert

RGB 27 5 190 -
CMYK 0.86 0.97 0 0.25
HSL 247.14º 0.95% 0.38% -
HSV(B) 247.14º 0.97% 0.75% -
XYZ 9.8 4.06 48.98 -
YUV 32.67 216.79 123.96 -
System Red Green Blue C M Y K H S L
Decimal 27 5 190 0.86 0.97 0 0.25 247.14 0.95 0.38
Hex 1B 5 BE 56 61 0 19 F7 5F 26
Octal 33 5 276 126 141 0 31 367 137 46
Binary 11011 101 10111110 1010110 1100001 0 11001 11110111 1011111 100110

Color Harmonies of #1B05BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B05BE

Black with #1B05BE

Text Example


Text Example

White with #1B05BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B05BE; }

 p { color: rgb(27,5,190); }

 H1.HeaderClassName
 {
   color: #1B05BE;
 }
 .AnyTagClassName
 {
   color: #1B05BE;
 }
</style>

background-color css

<style>
 a { background-color: #1B05BE; }

 a { background-color: rgb(27,5,190); }

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

border-color css

<style>
 span { border-color: #1B05BE; }

 span { border-color: rgb(27,5,190); }

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