Html Css Color HEX #151A50 Lucky Point

📋 copy color: '#151A50'

red 21 ◦ green 26 ◦ blue 80

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

Shades of Lucky Point #151A50

Tints of Lucky Point #151A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 62.99%

R = 16.54%
G = 20.47%
B = 62.99%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#151A50 (or 0x151A50) is known color: Lucky Point. HEX triplet: 15, 1A and 50. RGB value is (21,26,80). Sum of RGB (Red+Green+Blue) = 21+26+80=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #151A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A50 is #EAE5AF. Grayscale: #1E1E1E. Windows color (decimal): -15394224 or 5249557. OLE color: 5249557.

HSL color Cylindrical-coordinate representation of color #151A50: hue angle of 234.92º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151A50 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 26 80 -
CMYK 0.74 0.67 0 0.69
HSL 234.92º 0.58% 0.2% -
HSV(B) 234.92º 0.74% 0.31% -
XYZ 2.13 1.48 7.76 -
YUV 30.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 21 26 80 0.74 0.67 0 0.69 234.92 0.58 0.2
Hex 15 1A 50 4A 43 0 45 EB 3A 14
Octal 25 32 120 112 103 0 105 353 72 24
Binary 10101 11010 1010000 1001010 1000011 0 1000101 11101011 111010 10100

Color Harmonies of #151A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A50

Black with #151A50

Text Example


Text Example

White with #151A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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