#1B0FC9

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

Shades of Medium Blue #1B0FC9

Tints of Medium Blue #1B0FC9

Color information

#1B0FC9 (or 0x1B0FC9) is unknown color: approx Medium Blue. HEX triplet: 1B, 0F and C9. RGB value is (27,15,201). Sum of RGB (Red+Green+Blue) = 27+15+201=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 201 (78.91% from 255 or 82.72% from 243); Max value from RGB is 201 - color contains mainly: blue. Hex color #1B0FC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0FC9 is #E4F036. Grayscale: #272727. Windows color (decimal): -15003703 or 13176603. OLE color: 13176603.

HSL color Cylindrical-coordinate representation of color #1B0FC9: hue angle of 243.87º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0FC9 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2715201-
CMYK0.870.9300.21
HSL243.87º86.11%42.35%-
HSV(B)243.87º92.54%78.82%-
XYZ11.174.7955.59-
YUV39.79218.98118.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.11%
GREEN value IS 15 (6.25% from 255) = 6.17%
BLUE value IS 201 (78.91% from 255) = 82.72%
R=11.11%
G=6.17%
B=82.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal27152010.870.9300.21243.8786.1142.35
Hex1BFC9575D015f4562a
Octal331731112713502536412652
Binary1101111111100100110101111011101010101111101001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,15,201); }

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

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

 a { background-color: rgb(27,15,201); }

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

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

 span { border-color: rgb(27,15,201); }

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