#1B2660

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

Shades of Lucky Point #1B2660

Tints of Lucky Point #1B2660

Color information

#1B2660 (or 0x1B2660) is unknown color: approx Lucky Point. HEX triplet: 1B, 26 and 60. RGB value is (27,38,96). Sum of RGB (Red+Green+Blue) = 27+38+96=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #1B2660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2660 is #E4D99F. Grayscale: #292929. Windows color (decimal): -14997920 or 6301211. OLE color: 6301211.

HSL color Cylindrical-coordinate representation of color #1B2660: hue angle of 230.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B2660 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB273896-
CMYK0.720.6000.62
HSL230.43º56.1%24.12%-
HSV(B)230.43º71.88%37.65%-
XYZ3.262.4611.37-
YUV41.32158.86117.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.77%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 96 (37.89% from 255) = 59.63%
R=16.77%
G=23.60%
B=59.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2738960.720.6000.62230.4356.124.12
Hex1B2660483C03Ee63818
Octal3346140110740763467030
Binary110111001101100000100100011110001111101110011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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