#1B2250

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

Shades of Lucky Point #1B2250

Tints of Lucky Point #1B2250

Color information

#1B2250 (or 0x1B2250) is unknown color: approx Lucky Point. HEX triplet: 1B, 22 and 50. RGB value is (27,34,80). Sum of RGB (Red+Green+Blue) = 27+34+80=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B2250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2250 is #E4DDAF. Grayscale: #242424. Windows color (decimal): -14998960 or 5251611. OLE color: 5251611.

HSL color Cylindrical-coordinate representation of color #1B2250: hue angle of 232.08º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B2250 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB273480-
CMYK0.660.5800.69
HSL232.08º49.53%20.98%-
HSV(B)232.08º66.25%31.37%-
XYZ2.471.967.84-
YUV37.15152.18120.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.15%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 80 (31.64% from 255) = 56.74%
R=19.15%
G=24.11%
B=56.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2734800.660.5800.69232.0849.5320.98
Hex1B2250423A045e83215
Octal33421201027201053506225
Binary1101110001010100001000010111010010001011110100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,34,80); }

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

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

 a { background-color: rgb(27,34,80); }

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

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

 span { border-color: rgb(27,34,80); }

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