#1B09BC

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

Shades of Medium Blue #1B09BC

Tints of Medium Blue #1B09BC

Color information

#1B09BC (or 0x1B09BC) is unknown color: approx Medium Blue. HEX triplet: 1B, 09 and BC. RGB value is (27,9,188). Sum of RGB (Red+Green+Blue) = 27+9+188=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B09BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B09BC is #E4F643. Grayscale: #222222. Windows color (decimal): -15005252 or 12323099. OLE color: 12323099.

HSL color Cylindrical-coordinate representation of color #1B09BC: hue angle of 246.03º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B09BC is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB279188-
CMYK0.860.9500.26
HSL246.03º90.86%38.63%-
HSV(B)246.03º95.21%73.73%-
XYZ9.634.0647.85-
YUV34.79214.46122.45-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.05%
GREEN value IS 9 (3.91% from 255) = 4.02%
BLUE value IS 188 (73.83% from 255) = 83.93%
R=12.05%
G=4.02%
B=83.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2791880.860.9500.26246.0390.8638.63
Hex1B9BC565F01Af65b27
Octal331127412613703236613347
Binary1101110011011110010101101011111011010111101101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B09BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,9,188); }

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

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

 a { background-color: rgb(27,9,188); }

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

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

 span { border-color: rgb(27,9,188); }

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