Html Css Color HEX #151E52 Lucky Point

📋 copy color: '#151E52'

red 21 ◦ green 30 ◦ blue 82

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

Shades of Lucky Point #151E52

Tints of Lucky Point #151E52

RGB

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

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

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

R = 15.79%
G = 22.56%
B = 61.65%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#151E52 (or 0x151E52) is known color: Lucky Point. HEX triplet: 15, 1E and 52. RGB value is (21,30,82). Sum of RGB (Red+Green+Blue) = 21+30+82=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #151E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E52 is #EAE1AD. Grayscale: #212121. Windows color (decimal): -15393198 or 5381653. OLE color: 5381653.

HSL color Cylindrical-coordinate representation of color #151E52: hue angle of 231.15º 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 #151E52 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 30 82 -
CMYK 0.74 0.63 0 0.68
HSL 231.15º 0.59% 0.2% -
HSV(B) 231.15º 0.74% 0.32% -
XYZ 2.3 1.7 8.19 -
YUV 33.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 21 30 82 0.74 0.63 0 0.68 231.15 0.59 0.2
Hex 15 1E 52 4A 3F 0 44 E7 3B 14
Octal 25 36 122 112 77 0 104 347 73 24
Binary 10101 11110 1010010 1001010 111111 0 1000100 11100111 111011 10100

Color Harmonies of #151E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151E52

Black with #151E52

Text Example


Text Example

White with #151E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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