Html Css Color HEX #151D54 Lucky Point

📋 copy color: '#151D54'

red 21 ◦ green 29 ◦ blue 84

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

Shades of Lucky Point #151D54

Tints of Lucky Point #151D54

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.64%

 BLUE value IS 84 (33.2% from 255) = 62.69%

R = 15.67%
G = 21.64%
B = 62.69%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151D54 (or 0x151D54) is known color: Lucky Point. HEX triplet: 15, 1D and 54. RGB value is (21,29,84). Sum of RGB (Red+Green+Blue) = 21+29+84=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #151D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151D54 is #EAE2AB. Grayscale: #202020. Windows color (decimal): -15393452 or 5512469. OLE color: 5512469.

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

Color convert

RGB 21 29 84 -
CMYK 0.75 0.65 0 0.67
HSL 232.38º 0.6% 0.21% -
HSV(B) 232.38º 0.75% 0.33% -
XYZ 2.35 1.68 8.59 -
YUV 32.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 21 29 84 0.75 0.65 0 0.67 232.38 0.6 0.21
Hex 15 1D 54 4B 41 0 43 E8 3C 15
Octal 25 35 124 113 101 0 103 350 74 25
Binary 10101 11101 1010100 1001011 1000001 0 1000011 11101000 111100 10101

Color Harmonies of #151D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151D54

Black with #151D54

Text Example


Text Example

White with #151D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,29,84); }

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

background-color css

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

 a { background-color: rgb(21,29,84); }

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

border-color css

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

 span { border-color: rgb(21,29,84); }

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