Html Css Color HEX #151E51 Lucky Point

📋 copy color: '#151E51'

red 21 ◦ green 30 ◦ blue 81

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

Shades of Lucky Point #151E51

Tints of Lucky Point #151E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 61.36%

R = 15.91%
G = 22.73%
B = 61.36%

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

#151E51 (or 0x151E51) is known color: Lucky Point. HEX triplet: 15, 1E and 51. RGB value is (21,30,81). Sum of RGB (Red+Green+Blue) = 21+30+81=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #151E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E51 is #EAE1AE. Grayscale: #202020. Windows color (decimal): -15393199 or 5316117. OLE color: 5316117.

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

Color convert

RGB 21 30 81 -
CMYK 0.74 0.63 0 0.68
HSL 231º 0.59% 0.2% -
HSV(B) 231º 0.74% 0.32% -
XYZ 2.26 1.68 7.99 -
YUV 33.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 21 30 81 0.74 0.63 0 0.68 231 0.59 0.2
Hex 15 1E 51 4A 3F 0 44 E7 3B 14
Octal 25 36 121 112 77 0 104 347 73 24
Binary 10101 11110 1010001 1001010 111111 0 1000100 11100111 111011 10100

Color Harmonies of #151E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151E51

Black with #151E51

Text Example


Text Example

White with #151E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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