#1B2750

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

Shades of Lucky Point #1B2750

Tints of Lucky Point #1B2750

Color information

#1B2750 (or 0x1B2750) is unknown color: approx Lucky Point. HEX triplet: 1B, 27 and 50. RGB value is (27,39,80). Sum of RGB (Red+Green+Blue) = 27+39+80=146 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.49% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B2750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2750 is #E4D8AF. Grayscale: #272727. Windows color (decimal): -14997680 or 5252891. OLE color: 5252891.

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

Color convert

RGB273980-
CMYK0.660.5100.69
HSL226.42º49.53%20.98%-
HSV(B)226.42º66.25%31.37%-
XYZ2.632.267.89-
YUV40.09150.52118.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.49%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=18.49%
G=26.71%
B=54.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2739800.660.5100.69226.4249.5320.98
Hex1B27504233045e23215
Octal33471201026301053426225
Binary1101110011110100001000010110011010001011110001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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