Html Css Color HEX #152153 Lucky Point

📋 copy color: '#152153'

red 21 ◦ green 33 ◦ blue 83

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

Shades of Lucky Point #152153

Tints of Lucky Point #152153

RGB

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

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

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

R = 15.33%
G = 24.09%
B = 60.58%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152153 (or 0x152153) is known color: Lucky Point. HEX triplet: 15, 21 and 53. RGB value is (21,33,83). Sum of RGB (Red+Green+Blue) = 21+33+83=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #152153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152153 is #EADEAC. Grayscale: #222222. Windows color (decimal): -15392429 or 5447957. OLE color: 5447957.

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

Color convert

RGB 21 33 83 -
CMYK 0.75 0.60 0 0.67
HSL 228.39º 0.6% 0.2% -
HSV(B) 228.39º 0.75% 0.33% -
XYZ 2.41 1.87 8.42 -
YUV 35.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 21 33 83 0.75 0.60 0 0.67 228.39 0.6 0.2
Hex 15 21 53 4B 3C 0 43 E4 3C 14
Octal 25 41 123 113 74 0 103 344 74 24
Binary 10101 100001 1010011 1001011 111100 0 1000011 11100100 111100 10100

Color Harmonies of #152153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152153

Black with #152153

Text Example


Text Example

White with #152153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152153; }

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

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

background-color css

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

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

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

border-color css

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

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

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