#1B2650

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

Shades of Lucky Point #1B2650

Tints of Lucky Point #1B2650

Color information

#1B2650 (or 0x1B2650) is unknown color: approx Lucky Point. HEX triplet: 1B, 26 and 50. RGB value is (27,38,80). Sum of RGB (Red+Green+Blue) = 27+38+80=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B2650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2650 is #E4D9AF. Grayscale: #272727. Windows color (decimal): -14997936 or 5252635. OLE color: 5252635.

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

Color convert

RGB273880-
CMYK0.660.5200.69
HSL227.55º49.53%20.98%-
HSV(B)227.55º66.25%31.37%-
XYZ2.592.27.88-
YUV39.5150.86119.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.62%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 80 (31.64% from 255) = 55.17%
R=18.62%
G=26.21%
B=55.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2738800.660.5200.69227.5549.5320.98
Hex1B26504234045e43215
Octal33461201026401053446225
Binary1101110011010100001000010110100010001011110010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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