Html Css Color HEX #151D51 Lucky Point

📋 copy color: '#151D51'

red 21 ◦ green 29 ◦ blue 81

#151D51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #151D51

Tints of Lucky Point #151D51

RGB

 RED value IS 21 (8.59% from 255) = 16.03%

 GREEN value IS 29 (11.72% from 255) = 22.14%

 BLUE value IS 81 (32.03% from 255) = 61.83%

R = 16.03%
G = 22.14%
B = 61.83%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#151D51 (or 0x151D51) is known color: Lucky Point. HEX triplet: 15, 1D and 51. RGB value is (21,29,81). Sum of RGB (Red+Green+Blue) = 21+29+81=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #151D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151D51 is #EAE2AE. Grayscale: #202020. Windows color (decimal): -15393455 or 5315861. OLE color: 5315861.

HSL color Cylindrical-coordinate representation of color #151D51: hue angle of 232º 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 #151D51 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 29 81 -
CMYK 0.74 0.64 0 0.68
HSL 232º 0.59% 0.2% -
HSV(B) 232º 0.74% 0.32% -
XYZ 2.23 1.63 7.98 -
YUV 32.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 21 29 81 0.74 0.64 0 0.68 232 0.59 0.2
Hex 15 1D 51 4A 40 0 44 E8 3B 14
Octal 25 35 121 112 100 0 104 350 73 24
Binary 10101 11101 1010001 1001010 1000000 0 1000100 11101000 111011 10100

Color Harmonies of #151D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151D51

Black with #151D51

Text Example


Text Example

White with #151D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,29,81); }

 H1.HeaderClassName
 {
   color: #151D51;
 }
 .AnyTagClassName
 {
   color: #151D51;
 }
</style>

background-color css

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

 a { background-color: rgb(21,29,81); }

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

border-color css

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

 span { border-color: rgb(21,29,81); }

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