#161D4E

Color #161D4E Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #161D4E

Tints of Lucky Point #161D4E

Color information

#161D4E (or 0x161D4E) is unknown color: approx Lucky Point. HEX triplet: 16, 1D and 4E. RGB value is (22,29,78). Sum of RGB (Red+Green+Blue) = 22+29+78=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #161D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161D4E is #E9E2B1. Grayscale: #202020. Windows color (decimal): -15327922 or 5119254. OLE color: 5119254.

HSL color Cylindrical-coordinate representation of color #161D4E: hue angle of 232.5º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #161D4E is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB222978-
CMYK0.720.6300.69
HSL232.5º56%19.61%-
HSV(B)232.5º71.79%30.59%-
XYZ2.151.67.4-
YUV32.49153.68120.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.05%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 78 (30.86% from 255) = 60.47%
R=17.05%
G=22.48%
B=60.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2229780.720.6300.69232.55619.61
Hex161D4E483F045e83814
Octal26351161107701053507024
Binary101101110110011101001000111111010001011110100011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161D4E; }

 p { color: rgb(22,29,78); }

 H1.HeaderClassName
 {
   color: #161D4E;
 }
 .AnyTagClassName
 {
   color: #161D4E;
 }
</style>
background-color css

<style>
 a { background-color: #161D4E; }

 a { background-color: rgb(22,29,78); }

 div.DivClassName
 {
   background-color: #161D4E;
 }
 .BgClassName
 {
   background-color: #161D4E;
 }
</style>
border-color css

<style>
 span { border-color: #161D4E; }

 span { border-color: rgb(22,29,78); }

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