Html Css Color HEX #152051 Lucky Point

📋 copy color: '#152051'

red 21 ◦ green 32 ◦ blue 81

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

Shades of Lucky Point #152051

Tints of Lucky Point #152051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

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

R = 15.67%
G = 23.88%
B = 60.45%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#152051 (or 0x152051) is known color: Lucky Point. HEX triplet: 15, 20 and 51. RGB value is (21,32,81). Sum of RGB (Red+Green+Blue) = 21+32+81=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #152051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152051 is #EADFAE. Grayscale: #222222. Windows color (decimal): -15392687 or 5316629. OLE color: 5316629.

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

Color convert

RGB 21 32 81 -
CMYK 0.74 0.60 0 0.68
HSL 229º 0.59% 0.2% -
HSV(B) 229º 0.74% 0.32% -
XYZ 2.31 1.79 8.01 -
YUV 34.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 21 32 81 0.74 0.60 0 0.68 229 0.59 0.2
Hex 15 20 51 4A 3C 0 44 E5 3B 14
Octal 25 40 121 112 74 0 104 345 73 24
Binary 10101 100000 1010001 1001010 111100 0 1000100 11100101 111011 10100

Color Harmonies of #152051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152051

Black with #152051

Text Example


Text Example

White with #152051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152051; }

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

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

background-color css

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

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

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

border-color css

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

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

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