Html Css Color HEX #152252 Lucky Point

📋 copy color: '#152252'

red 21 ◦ green 34 ◦ blue 82

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

Shades of Lucky Point #152252

Tints of Lucky Point #152252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.82%

 BLUE value IS 82 (32.42% from 255) = 59.85%

R = 15.33%
G = 24.82%
B = 59.85%

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

#152252 (or 0x152252) is known color: Lucky Point. HEX triplet: 15, 22 and 52. RGB value is (21,34,82). Sum of RGB (Red+Green+Blue) = 21+34+82=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #152252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152252 is #EADDAD. Grayscale: #232323. Windows color (decimal): -15392174 or 5382677. OLE color: 5382677.

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

Color convert

RGB 21 34 82 -
CMYK 0.74 0.59 0 0.68
HSL 227.21º 0.59% 0.2% -
HSV(B) 227.21º 0.74% 0.32% -
XYZ 2.4 1.91 8.23 -
YUV 35.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 21 34 82 0.74 0.59 0 0.68 227.21 0.59 0.2
Hex 15 22 52 4A 3B 0 44 E3 3B 14
Octal 25 42 122 112 73 0 104 343 73 24
Binary 10101 100010 1010010 1001010 111011 0 1000100 11100011 111011 10100

Color Harmonies of #152252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152252

Black with #152252

Text Example


Text Example

White with #152252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152252; }

 p { color: rgb(21,34,82); }

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

background-color css

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

 a { background-color: rgb(21,34,82); }

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

border-color css

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

 span { border-color: rgb(21,34,82); }

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