#1B12F5

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

Shades of Blue #1B12F5

Tints of Blue #1B12F5

Color information

#1B12F5 (or 0x1B12F5) is unknown color: approx Blue. HEX triplet: 1B, 12 and F5. RGB value is (27,18,245). Sum of RGB (Red+Green+Blue) = 27+18+245=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 245 (96.09% from 255 or 84.48% from 290); Max value from RGB is 245 - color contains mainly: blue. Hex color #1B12F5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B12F5 is #E4ED0A. Grayscale: #2D2D2D. Windows color (decimal): -15002891 or 16060955. OLE color: 16060955.

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

Color convert

RGB2718245-
CMYK0.890.9300.04
HSL242.38º91.9%51.57%-
HSV(B)242.38º92.65%96.08%-
XYZ17.157.2686.88-
YUV46.57239.98114.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.31%
GREEN value IS 18 (7.42% from 255) = 6.21%
BLUE value IS 245 (96.09% from 255) = 84.48%
R=9.31%
G=6.21%
B=84.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal27182450.890.9300.04242.3891.951.57
Hex1B12F5595D04f25c34
Octal33223651311350436213464
Binary110111001011110101101100110111010100111100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B12F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,18,245); }

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

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

 a { background-color: rgb(27,18,245); }

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

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

 span { border-color: rgb(27,18,245); }

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