Html Css Color HEX #151A53 Lucky Point

📋 copy color: '#151A53'

red 21 ◦ green 26 ◦ blue 83

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

Shades of Lucky Point #151A53

Tints of Lucky Point #151A53

RGB

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

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

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

R = 16.15%
G = 20%
B = 63.85%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151A53 (or 0x151A53) is known color: Lucky Point. HEX triplet: 15, 1A and 53. RGB value is (21,26,83). Sum of RGB (Red+Green+Blue) = 21+26+83=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #151A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A53 is #EAE5AC. Grayscale: #1E1E1E. Windows color (decimal): -15394221 or 5446165. OLE color: 5446165.

HSL color Cylindrical-coordinate representation of color #151A53: hue angle of 235.16º 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 #151A53 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 26 83 -
CMYK 0.75 0.69 0 0.67
HSL 235.16º 0.6% 0.2% -
HSV(B) 235.16º 0.75% 0.33% -
XYZ 2.24 1.52 8.36 -
YUV 31 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 21 26 83 0.75 0.69 0 0.67 235.16 0.6 0.2
Hex 15 1A 53 4B 45 0 43 EB 3C 14
Octal 25 32 123 113 105 0 103 353 74 24
Binary 10101 11010 1010011 1001011 1000101 0 1000011 11101011 111100 10100

Color Harmonies of #151A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A53

Black with #151A53

Text Example


Text Example

White with #151A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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