#151B54

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

Shades of Lucky Point #151B54

Tints of Lucky Point #151B54

Color information

#151B54 (or 0x151B54) is unknown color: approx Lucky Point. HEX triplet: 15, 1B and 54. RGB value is (21,27,84). Sum of RGB (Red+Green+Blue) = 21+27+84=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #151B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151B54 is #EAE4AB. Grayscale: #1F1F1F. Windows color (decimal): -15393964 or 5511957. OLE color: 5511957.

HSL color Cylindrical-coordinate representation of color #151B54: hue angle of 234.29º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151B54 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB212784-
CMYK0.750.6800.67
HSL234.29º60%20.59%-
HSV(B)234.29º75%32.94%-
XYZ2.31.588.57-
YUV31.7157.51120.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 84 (33.20% from 255) = 63.64%
R=15.91%
G=20.45%
B=63.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2127840.750.6800.67234.296020.59
Hex151B544B44043ea3c15
Octal253312411310401033527425
Binary1010111011101010010010111000100010000111110101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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