#1B2357

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

Shades of Lucky Point #1B2357

Tints of Lucky Point #1B2357

Color information

#1B2357 (or 0x1B2357) is unknown color: approx Lucky Point. HEX triplet: 1B, 23 and 57. RGB value is (27,35,87). Sum of RGB (Red+Green+Blue) = 27+35+87=149 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.12% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B2357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2357 is #E4DCA8. Grayscale: #262626. Windows color (decimal): -14998697 or 5710619. OLE color: 5710619.

HSL color Cylindrical-coordinate representation of color #1B2357: hue angle of 232º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B2357 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB273587-
CMYK0.690.6000.66
HSL232º52.63%22.35%-
HSV(B)232º68.97%34.12%-
XYZ2.772.129.28-
YUV38.54155.35119.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.12%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 87 (34.38% from 255) = 58.39%
R=18.12%
G=23.49%
B=58.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2735870.690.6000.6623252.6322.35
Hex1B2357453C042e83516
Octal33431271057401023506526
Binary1101110001110101111000101111100010000101110100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,35,87); }

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

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

 a { background-color: rgb(27,35,87); }

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

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

 span { border-color: rgb(27,35,87); }

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