#151B52

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

Shades of Lucky Point #151B52

Tints of Lucky Point #151B52

Color information

#151B52 (or 0x151B52) is unknown color: approx Lucky Point. HEX triplet: 15, 1B and 52. RGB value is (21,27,82). Sum of RGB (Red+Green+Blue) = 21+27+82=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 82 (32.42% from 255 or 63.08% from 130); Max value from RGB is 82 - color contains mainly: blue. Hex color #151B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151B52 is #EAE4AD. Grayscale: #1F1F1F. Windows color (decimal): -15393966 or 5380885. OLE color: 5380885.

HSL color Cylindrical-coordinate representation of color #151B52: hue angle of 234.1º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151B52 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB212782-
CMYK0.740.6700.68
HSL234.1º59.22%20.2%-
HSV(B)234.1º74.39%32.16%-
XYZ2.221.558.17-
YUV31.48156.51120.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 82 (32.42% from 255) = 63.08%
R=16.15%
G=20.77%
B=63.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2127820.740.6700.68234.159.2220.2
Hex151B524A43044ea3b14
Octal253312211210301043527324
Binary1010111011101001010010101000011010001001110101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151B52; }

 p { color: rgb(21,27,82); }

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

<style>
 a { background-color: #151B52; }

 a { background-color: rgb(21,27,82); }

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

<style>
 span { border-color: #151B52; }

 span { border-color: rgb(21,27,82); }

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