#1b13f6

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

Shades of Blue #1B13F6

Tints of Blue #1B13F6

Color information

#1B13F6 (or 0x1B13F6) is unknown color: approx Blue. HEX triplet: 1B, 13 and F6. RGB value is (27,19,246). Sum of RGB (Red+Green+Blue) = 27+19+246=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 246 (96.48% from 255 or 84.25% from 292); Max value from RGB is 246 - color contains mainly: blue. Hex color #1B13F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B13F6 is #E4EC09. Grayscale: #2E2E2E. Windows color (decimal): -15002634 or 16126747. OLE color: 16126747.

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

Color convert

RGB2719246-
CMYK0.890.9200.04
HSL242.11º92.65%51.96%-
HSV(B)242.11º92.28%96.47%-
XYZ17.327.3587.7-
YUV47.27240.15113.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.25%
GREEN value IS 19 (7.81% from 255) = 6.51%
BLUE value IS 246 (96.48% from 255) = 84.25%
R=9.25%
G=6.51%
B=84.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal27192460.890.9200.04242.1192.6551.96
Hex1B13F6595C04f25d34
Octal33233661311340436213564
Binary110111001111110110101100110111000100111100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b13f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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