Html Css Color HEX #151A54 Lucky Point

📋 copy color: '#151A54'

red 21 ◦ green 26 ◦ blue 84

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

Shades of Lucky Point #151A54

Tints of Lucky Point #151A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.85%

 BLUE value IS 84 (33.2% from 255) = 64.12%

R = 16.03%
G = 19.85%
B = 64.12%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151A54 (or 0x151A54) is known color: Lucky Point. HEX triplet: 15, 1A and 54. RGB value is (21,26,84). Sum of RGB (Red+Green+Blue) = 21+26+84=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #151A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A54 is #EAE5AB. Grayscale: #1E1E1E. Windows color (decimal): -15394220 or 5511701. OLE color: 5511701.

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

Color convert

RGB 21 26 84 -
CMYK 0.75 0.69 0 0.67
HSL 235.24º 0.6% 0.21% -
HSV(B) 235.24º 0.75% 0.33% -
XYZ 2.28 1.54 8.56 -
YUV 31.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 21 26 84 0.75 0.69 0 0.67 235.24 0.6 0.21
Hex 15 1A 54 4B 45 0 43 EB 3C 15
Octal 25 32 124 113 105 0 103 353 74 25
Binary 10101 11010 1010100 1001011 1000101 0 1000011 11101011 111100 10101

Color Harmonies of #151A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A54

Black with #151A54

Text Example


Text Example

White with #151A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,26,84); }

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

background-color css

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

 a { background-color: rgb(21,26,84); }

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

border-color css

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

 span { border-color: rgb(21,26,84); }

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