Html Css Color HEX #152250 Lucky Point

📋 copy color: '#152250'

red 21 ◦ green 34 ◦ blue 80

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

Shades of Lucky Point #152250

Tints of Lucky Point #152250

RGB

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

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

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

R = 15.56%
G = 25.19%
B = 59.26%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#152250 (or 0x152250) is known color: Lucky Point. HEX triplet: 15, 22 and 50. RGB value is (21,34,80). Sum of RGB (Red+Green+Blue) = 21+34+80=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #152250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152250 is #EADDAF. Grayscale: #232323. Windows color (decimal): -15392176 or 5251605. OLE color: 5251605.

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

Color convert

RGB 21 34 80 -
CMYK 0.74 0.58 0 0.69
HSL 226.78º 0.58% 0.2% -
HSV(B) 226.78º 0.74% 0.31% -
XYZ 2.33 1.88 7.83 -
YUV 35.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 21 34 80 0.74 0.58 0 0.69 226.78 0.58 0.2
Hex 15 22 50 4A 3A 0 45 E3 3A 14
Octal 25 42 120 112 72 0 105 343 72 24
Binary 10101 100010 1010000 1001010 111010 0 1000101 11100011 111010 10100

Color Harmonies of #152250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152250

Black with #152250

Text Example


Text Example

White with #152250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152250; }

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

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

background-color css

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

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

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

border-color css

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

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

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