Html Css Color HEX #151E55 Lucky Point

📋 copy color: '#151E55'

red 21 ◦ green 30 ◦ blue 85

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

Shades of Lucky Point #151E55

Tints of Lucky Point #151E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.06%

 BLUE value IS 85 (33.59% from 255) = 62.5%

R = 15.44%
G = 22.06%
B = 62.5%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151E55 (or 0x151E55) is known color: Lucky Point. HEX triplet: 15, 1E and 55. RGB value is (21,30,85). Sum of RGB (Red+Green+Blue) = 21+30+85=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #151E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E55 is #EAE1AA. Grayscale: #212121. Windows color (decimal): -15393195 or 5578261. OLE color: 5578261.

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

Color convert

RGB 21 30 85 -
CMYK 0.75 0.65 0 0.67
HSL 231.56º 0.6% 0.21% -
HSV(B) 231.56º 0.75% 0.33% -
XYZ 2.41 1.74 8.8 -
YUV 33.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 21 30 85 0.75 0.65 0 0.67 231.56 0.6 0.21
Hex 15 1E 55 4B 41 0 43 E8 3C 15
Octal 25 36 125 113 101 0 103 350 74 25
Binary 10101 11110 1010101 1001011 1000001 0 1000011 11101000 111100 10101

Color Harmonies of #151E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151E55

Black with #151E55

Text Example


Text Example

White with #151E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151E55; }

 p { color: rgb(21,30,85); }

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

background-color css

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

 a { background-color: rgb(21,30,85); }

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

border-color css

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

 span { border-color: rgb(21,30,85); }

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