#151F53

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

Shades of Lucky Point #151F53

Tints of Lucky Point #151F53

Color information

#151F53 (or 0x151F53) is unknown color: approx Lucky Point. HEX triplet: 15, 1F and 53. RGB value is (21,31,83). Sum of RGB (Red+Green+Blue) = 21+31+83=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #151F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F53 is #EAE0AC. Grayscale: #212121. Windows color (decimal): -15392941 or 5447445. OLE color: 5447445.

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

Color convert

RGB213183-
CMYK0.750.6300.67
HSL230.32º59.62%20.39%-
HSV(B)230.32º74.7%32.55%-
XYZ2.361.768.4-
YUV33.94155.69118.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 83 (32.81% from 255) = 61.48%
R=15.56%
G=22.96%
B=61.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2131830.750.6300.67230.3259.6220.39
Hex151F534B3F043e63c14
Octal25371231137701033467424
Binary101011111110100111001011111111010000111110011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,31,83); }

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

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

 a { background-color: rgb(21,31,83); }

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

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

 span { border-color: rgb(21,31,83); }

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