#1B2950

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

Shades of Lucky Point #1B2950

Tints of Lucky Point #1B2950

Color information

#1B2950 (or 0x1B2950) is unknown color: approx Lucky Point. HEX triplet: 1B, 29 and 50. RGB value is (27,41,80). Sum of RGB (Red+Green+Blue) = 27+41+80=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B2950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2950 is #E4D6AF. Grayscale: #292929. Windows color (decimal): -14997168 or 5253403. OLE color: 5253403.

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

Color convert

RGB274180-
CMYK0.660.4900.69
HSL224.15º49.53%20.98%-
HSV(B)224.15º66.25%31.37%-
XYZ2.692.47.91-
YUV41.26149.86117.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.24%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 80 (31.64% from 255) = 54.05%
R=18.24%
G=27.70%
B=54.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2741800.660.4900.69224.1549.5320.98
Hex1B29504231045e03215
Octal33511201026101053406225
Binary1101110100110100001000010110001010001011110000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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