#1B0BF6

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

Shades of Blue #1B0BF6

Tints of Blue #1B0BF6

Color information

#1B0BF6 (or 0x1B0BF6) is unknown color: approx Blue. HEX triplet: 1B, 0B and F6. RGB value is (27,11,246). Sum of RGB (Red+Green+Blue) = 27+11+246=284 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.51% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 246 (96.48% from 255 or 86.62% from 284); Max value from RGB is 246 - color contains mainly: blue. Hex color #1B0BF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B0BF6 is #E4F409. Grayscale: #292929. Windows color (decimal): -15004682 or 16124699. OLE color: 16124699.

HSL color Cylindrical-coordinate representation of color #1B0BF6: hue angle of 244.09º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0BF6 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2711246-
CMYK0.890.9600.04
HSL244.09º92.89%50.39%-
HSV(B)244.09º95.53%96.47%-
XYZ17.217.1387.66-
YUV42.57242.8116.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.51%
GREEN value IS 11 (4.69% from 255) = 3.87%
BLUE value IS 246 (96.48% from 255) = 86.62%
R=9.51%
G=3.87%
B=86.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal27112460.890.9600.04244.0992.8950.39
Hex1BBF6596004f45d32
Octal33133661311400436413562
Binary11011101111110110101100111000000100111101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,11,246); }

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

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

 a { background-color: rgb(27,11,246); }

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

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

 span { border-color: rgb(27,11,246); }

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