Html Css Color HEX #152150 Lucky Point

📋 copy color: '#152150'

red 21 ◦ green 33 ◦ blue 80

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

Shades of Lucky Point #152150

Tints of Lucky Point #152150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 59.7%

R = 15.67%
G = 24.63%
B = 59.7%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#152150 (or 0x152150) is known color: Lucky Point. HEX triplet: 15, 21 and 50. RGB value is (21,33,80). Sum of RGB (Red+Green+Blue) = 21+33+80=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #152150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152150 is #EADEAF. Grayscale: #222222. Windows color (decimal): -15392432 or 5251349. OLE color: 5251349.

HSL color Cylindrical-coordinate representation of color #152150: hue angle of 227.8º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152150 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 33 80 -
CMYK 0.74 0.59 0 0.69
HSL 227.8º 0.58% 0.2% -
HSV(B) 227.8º 0.74% 0.31% -
XYZ 2.3 1.83 7.82 -
YUV 34.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 21 33 80 0.74 0.59 0 0.69 227.8 0.58 0.2
Hex 15 21 50 4A 3B 0 45 E4 3A 14
Octal 25 41 120 112 73 0 105 344 72 24
Binary 10101 100001 1010000 1001010 111011 0 1000101 11100100 111010 10100

Color Harmonies of #152150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152150

Black with #152150

Text Example


Text Example

White with #152150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152150; }

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

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

background-color css

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

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

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

border-color css

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

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

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