Html Css Color HEX #151E53 Lucky Point

📋 copy color: '#151E53'

red 21 ◦ green 30 ◦ blue 83

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

Shades of Lucky Point #151E53

Tints of Lucky Point #151E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 61.94%

R = 15.67%
G = 22.39%
B = 61.94%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151E53 (or 0x151E53) is known color: Lucky Point. HEX triplet: 15, 1E and 53. RGB value is (21,30,83). Sum of RGB (Red+Green+Blue) = 21+30+83=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #151E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E53 is #EAE1AC. Grayscale: #212121. Windows color (decimal): -15393197 or 5447189. OLE color: 5447189.

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

Color convert

RGB 21 30 83 -
CMYK 0.75 0.64 0 0.67
HSL 231.29º 0.6% 0.2% -
HSV(B) 231.29º 0.75% 0.33% -
XYZ 2.33 1.71 8.39 -
YUV 33.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 21 30 83 0.75 0.64 0 0.67 231.29 0.6 0.2
Hex 15 1E 53 4B 40 0 43 E7 3C 14
Octal 25 36 123 113 100 0 103 347 74 24
Binary 10101 11110 1010011 1001011 1000000 0 1000011 11100111 111100 10100

Color Harmonies of #151E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151E53

Black with #151E53

Text Example


Text Example

White with #151E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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