Html Css Color HEX #152151 Lucky Point

📋 copy color: '#152151'

red 21 ◦ green 33 ◦ blue 81

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

Shades of Lucky Point #152151

Tints of Lucky Point #152151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

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

R = 15.56%
G = 24.44%
B = 60%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#152151 (or 0x152151) is known color: Lucky Point. HEX triplet: 15, 21 and 51. RGB value is (21,33,81). Sum of RGB (Red+Green+Blue) = 21+33+81=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #152151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152151 is #EADEAE. Grayscale: #222222. Windows color (decimal): -15392431 or 5316885. OLE color: 5316885.

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

Color convert

RGB 21 33 81 -
CMYK 0.74 0.59 0 0.68
HSL 228º 0.59% 0.2% -
HSV(B) 228º 0.74% 0.32% -
XYZ 2.34 1.84 8.02 -
YUV 34.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 21 33 81 0.74 0.59 0 0.68 228 0.59 0.2
Hex 15 21 51 4A 3B 0 44 E4 3B 14
Octal 25 41 121 112 73 0 104 344 73 24
Binary 10101 100001 1010001 1001010 111011 0 1000100 11100100 111011 10100

Color Harmonies of #152151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152151

Black with #152151

Text Example


Text Example

White with #152151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152151; }

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

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

background-color css

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

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

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

border-color css

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

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

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