Html Css Color HEX #151A52 Lucky Point

📋 copy color: '#151A52'

red 21 ◦ green 26 ◦ blue 82

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

Shades of Lucky Point #151A52

Tints of Lucky Point #151A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 63.57%

R = 16.28%
G = 20.16%
B = 63.57%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#151A52 (or 0x151A52) is known color: Lucky Point. HEX triplet: 15, 1A and 52. RGB value is (21,26,82). Sum of RGB (Red+Green+Blue) = 21+26+82=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #151A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A52 is #EAE5AD. Grayscale: #1E1E1E. Windows color (decimal): -15394222 or 5380629. OLE color: 5380629.

HSL color Cylindrical-coordinate representation of color #151A52: hue angle of 235.08º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151A52 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 26 82 -
CMYK 0.74 0.68 0 0.68
HSL 235.08º 0.59% 0.2% -
HSV(B) 235.08º 0.74% 0.32% -
XYZ 2.2 1.51 8.16 -
YUV 30.89 156.84 120.95 -
System Red Green Blue C M Y K H S L
Decimal 21 26 82 0.74 0.68 0 0.68 235.08 0.59 0.2
Hex 15 1A 52 4A 44 0 44 EB 3B 14
Octal 25 32 122 112 104 0 104 353 73 24
Binary 10101 11010 1010010 1001010 1000100 0 1000100 11101011 111011 10100

Color Harmonies of #151A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A52

Black with #151A52

Text Example


Text Example

White with #151A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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