#1B2450

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

Shades of Lucky Point #1B2450

Tints of Lucky Point #1B2450

Color information

#1B2450 (or 0x1B2450) is unknown color: approx Lucky Point. HEX triplet: 1B, 24 and 50. RGB value is (27,36,80). Sum of RGB (Red+Green+Blue) = 27+36+80=143 (18% of max value = 765). Red value is 27 (10.94% from 255 or 18.88% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B2450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2450 is #E4DBAF. Grayscale: #262626. Windows color (decimal): -14998448 or 5252123. OLE color: 5252123.

HSL color Cylindrical-coordinate representation of color #1B2450: hue angle of 229.81º 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 #1B2450 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB273680-
CMYK0.660.5500.69
HSL229.81º49.53%20.98%-
HSV(B)229.81º66.25%31.37%-
XYZ2.532.077.86-
YUV38.33151.52119.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.88%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 80 (31.64% from 255) = 55.94%
R=18.88%
G=25.17%
B=55.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2736800.660.5500.69229.8149.5320.98
Hex1B24504237045e63215
Octal33441201026701053466225
Binary1101110010010100001000010110111010001011110011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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