Html Css Color HEX #1B06BE Medium Blue

📋 copy color: '#1B06BE'

red 27 ◦ green 6 ◦ blue 190

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

Shades of Medium Blue #1B06BE

Tints of Medium Blue #1B06BE

RGB

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

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

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

R = 12.11%
G = 2.69%
B = 85.2%

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

#1B06BE (or 0x1B06BE) is known color: Medium Blue. HEX triplet: 1B, 06 and BE. RGB value is (27,6,190). Sum of RGB (Red+Green+Blue) = 27+6+190=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 190 (74.61% from 255 or 85.20% from 223); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B06BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B06BE is #E4F941. Grayscale: #202020. Windows color (decimal): -15006018 or 12453403. OLE color: 12453403.

HSL color Cylindrical-coordinate representation of color #1B06BE: hue angle of 246.85º degrees, saturation: 0.94, 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 #1B06BE is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 27 6 190 -
CMYK 0.86 0.97 0 0.25
HSL 246.85º 0.94% 0.38% -
HSV(B) 246.85º 0.97% 0.75% -
XYZ 9.81 4.08 48.99 -
YUV 33.26 216.46 123.54 -
System Red Green Blue C M Y K H S L
Decimal 27 6 190 0.86 0.97 0 0.25 246.85 0.94 0.38
Hex 1B 6 BE 56 61 0 19 F7 5E 26
Octal 33 6 276 126 141 0 31 367 136 46
Binary 11011 110 10111110 1010110 1100001 0 11001 11110111 1011110 100110

Color Harmonies of #1B06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B06BE

Black with #1B06BE

Text Example


Text Example

White with #1B06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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