#1B00BB

Color #1B00BB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1B00BB

Tints of Medium Blue #1B00BB

Color information

#1B00BB (or 0x1B00BB) is unknown color: approx Medium Blue. HEX triplet: 1B, 00 and BB. RGB value is (27,0,187). Sum of RGB (Red+Green+Blue) = 27+0+187=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 187 (73.44% from 255 or 87.38% from 214); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B00BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B00BB is #E4FF44. Grayscale: #1C1C1C. Windows color (decimal): -15007557 or 12255259. OLE color: 12255259.

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

Color convert

RGB270187-
CMYK0.86100.27
HSL248.66º100%36.67%-
HSV(B)248.66º100%73.33%-
XYZ9.423.8247.25-
YUV29.39216.95126.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 87.38%
R=12.62%
G=0%
B=87.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2701870.86100.27248.6610036.67
Hex1B0BB566401Bf96425
Octal33027312614403337114445
Binary1101101011101110101101100100011011111110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B00BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,0,187); }

 H1.HeaderClassName
 {
   color: #1B00BB;
 }
 .AnyTagClassName
 {
   color: #1B00BB;
 }
</style>
background-color css

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

 a { background-color: rgb(27,0,187); }

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

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

 span { border-color: rgb(27,0,187); }

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