Html Css Color HEX #151D55 Lucky Point

📋 copy color: '#151D55'

red 21 ◦ green 29 ◦ blue 85

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

Shades of Lucky Point #151D55

Tints of Lucky Point #151D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 62.96%

R = 15.56%
G = 21.48%
B = 62.96%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151D55 (or 0x151D55) is known color: Lucky Point. HEX triplet: 15, 1D and 55. RGB value is (21,29,85). Sum of RGB (Red+Green+Blue) = 21+29+85=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #151D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151D55 is #EAE2AA. Grayscale: #202020. Windows color (decimal): -15393451 or 5578005. OLE color: 5578005.

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

Color convert

RGB 21 29 85 -
CMYK 0.75 0.66 0 0.67
HSL 232.5º 0.6% 0.21% -
HSV(B) 232.5º 0.75% 0.33% -
XYZ 2.39 1.69 8.8 -
YUV 32.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 21 29 85 0.75 0.66 0 0.67 232.5 0.6 0.21
Hex 15 1D 55 4B 42 0 43 E8 3C 15
Octal 25 35 125 113 102 0 103 350 74 25
Binary 10101 11101 1010101 1001011 1000010 0 1000011 11101000 111100 10101

Color Harmonies of #151D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151D55

Black with #151D55

Text Example


Text Example

White with #151D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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