Html Css Color HEX #152053 Lucky Point

📋 copy color: '#152053'

red 21 ◦ green 32 ◦ blue 83

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

Shades of Lucky Point #152053

Tints of Lucky Point #152053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 61.03%

R = 15.44%
G = 23.53%
B = 61.03%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152053 (or 0x152053) is known color: Lucky Point. HEX triplet: 15, 20 and 53. RGB value is (21,32,83). Sum of RGB (Red+Green+Blue) = 21+32+83=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #152053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152053 is #EADFAC. Grayscale: #222222. Windows color (decimal): -15392685 or 5447701. OLE color: 5447701.

HSL color Cylindrical-coordinate representation of color #152053: hue angle of 229.35º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152053 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 32 83 -
CMYK 0.75 0.61 0 0.67
HSL 229.35º 0.6% 0.2% -
HSV(B) 229.35º 0.75% 0.33% -
XYZ 2.39 1.82 8.41 -
YUV 34.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 21 32 83 0.75 0.61 0 0.67 229.35 0.6 0.2
Hex 15 20 53 4B 3D 0 43 E5 3C 14
Octal 25 40 123 113 75 0 103 345 74 24
Binary 10101 100000 1010011 1001011 111101 0 1000011 11100101 111100 10100

Color Harmonies of #152053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152053

Black with #152053

Text Example


Text Example

White with #152053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152053; }

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

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

background-color css

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

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

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

border-color css

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

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

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